summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-21 02:41:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-21 02:41:43 +0800
commit27f2971fcad08883b9146bc0d26b03846958e18b (patch)
tree5bd2119a08e9056d48922145013dd2cb95d7f932
parent846408569d4f7affbc2afa98b8f50f6796c15292 (diff)
downloadmarcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.tar
marcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.tar.gz
marcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.tar.bz2
marcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.tar.lz
marcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.tar.xz
marcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.tar.zst
marcuscom-ports-27f2971fcad08883b9146bc0d26b03846958e18b.zip
Really disable the Nautilus extension.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10191 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--sysutils/gnome-mount/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile
index 0b5dece1c..765128875 100644
--- a/sysutils/gnome-mount/Makefile
+++ b/sysutils/gnome-mount/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.21 2008/01/10 07:28:22 marcus Exp $
+# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.22 2008/01/20 05:52:12 marcus Exp $
#
PORTNAME= gnome-mount
PORTVERSION= 0.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils gnome
MASTER_SITES= http://hal.freedesktop.org/releases/
@@ -20,10 +20,11 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
gnome-keyring:${PORTSDIR}/security/gnome-keyring
USE_XLIB= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gconf2 libgnomeui
+USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk20
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-nautilus-extension
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"