summaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-29 21:38:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-29 21:38:29 +0000
commitb859b73d22f043deebd31a4e1ac521cba7bfaa18 (patch)
tree4ab0d77db95e5923923a1c28459a8083eb42a554 /ftp/gftp/Makefile
parentAdd a missing dependency: msgfmt/libintl. (diff)
Fix patch when building without gnomelibs.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=67249
Diffstat (limited to '')
-rw-r--r--ftp/gftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index 0b9a8b06938a..5a88cae012ab 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= lehmann@ans-netz.de
USE_X_PREFIX= yes
USE_GNOMENG= yes
WANT_GNOME= yes
-USE_GNOME= gtk12
+USE_GNOME= gtk12 gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
@@ -26,7 +26,7 @@ MAN1= gftp.1
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME+= gnomeprefix gnomehack gnomelibs
+USE_GNOME+= gnomeprefix gnomelibs
PKGNAMESUFFIX= -gnome
PLIST_SUB= DATADIR="share/gnome"
.else