summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 02:36:51 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 02:36:51 +0800
commit58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f (patch)
tree22f7e294b77fca3646ed06c7799ba538851348e3 /sysutils/gnome-system-tools/Makefile
parentd86104146496474311eec07692dab900a32d6259 (diff)
downloadmarcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.tar
marcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.tar.gz
marcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.tar.bz2
marcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.tar.lz
marcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.tar.xz
marcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.tar.zst
marcuscom-ports-58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f.zip
Update to 2.21.3, disable nautilus shares module for now. I didn't modify the
dependency yet. This nautilus shares module needs gnome-vfs, but I have decided to disable it instead of add gnome-vfs dependency because nautilus depends on gvfs. It makes me think that they will need to update nautilus shares module to catch up. If anyone think that I should modify the dependency by remove nautilus or add gnome-vfs and enable nautilus shares module back, just let me know. With this change, now it should get my x11/gnome2 build more further and hopeful will complete the build success. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10060 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r--sysutils/gnome-system-tools/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
index 64cd73ab9..3dcfa7648 100644
--- a/sysutils/gnome-system-tools/Makefile
+++ b/sysutils/gnome-system-tools/Makefile
@@ -3,10 +3,10 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.70 2007/10/30 13:57:19 ahze Exp $
+# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.71 2007/11/15 21:57:51 marcus Exp $
PORTNAME= gnome-system-tools
-PORTVERSION= 2.21.2.1
+PORTVERSION= 2.21.3
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-system-tools/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -28,7 +28,8 @@ GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack nautilus2
USE_AUTOTOOLS= libtool:15
INSTALLS_OMF= yes
-CONFIGURE_ARGS= --enable-services
+CONFIGURE_ARGS= --enable-services \
+ --disable-nautilus
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"