diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 19:52:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 19:52:39 +0800 |
commit | fdbf5c37f59b2990d159e4ebd1e2128a64cf0212 (patch) | |
tree | 959d97fa8850e3a854ef2510715034b1f5412075 /devel | |
parent | 73c3d313cda1a1713d6d52568bf625f6656af7c3 (diff) | |
download | marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.tar marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.tar.gz marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.tar.bz2 marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.tar.lz marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.tar.xz marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.tar.zst marcuscom-ports-fdbf5c37f59b2990d159e4ebd1e2128a64cf0212.zip |
- move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfsmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index 9a4f2962e..f48383257 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -3,11 +3,12 @@ # Whom: Alexander Nedotsukov <bland@mail.ru> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.17 2006/04/13 07:52:32 bland Exp $ +# $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.19 2006/07/14 02:27:51 marcus Exp $ # PORTNAME= gnome-vfsmm PORTVERSION= 2.15.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,7 +21,6 @@ LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes -USE_X_PREFIX= yes USE_GCC= 3.4 USE_GMAKE= yes USE_GNOME= gnomehack gnomevfs2 |