diff options
-rw-r--r-- | sysutils/gnome-mount/Makefile | 7 |
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" |