aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-30 05:38:29 +0800
committermarcus <marcus@FreeBSD.org>2002-09-30 05:38:29 +0800
commit7048a63eccd8e86506a8f9954584a8b24657532f (patch)
tree025f4362c34b5c634eb0c907772549e254f0da02 /ftp/gftp/Makefile
parent32cc5e51c3664b4c7be8afa0d0441f5f67f4aebf (diff)
downloadfreebsd-ports-gnome-7048a63eccd8e86506a8f9954584a8b24657532f.tar.gz
freebsd-ports-gnome-7048a63eccd8e86506a8f9954584a8b24657532f.tar.zst
freebsd-ports-gnome-7048a63eccd8e86506a8f9954584a8b24657532f.zip
Fix patch when building without gnomelibs.
Submitted by: bento
Diffstat (limited to 'ftp/gftp/Makefile')
-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