diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-29 21:38:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-29 21:38:29 +0000 |
commit | b859b73d22f043deebd31a4e1ac521cba7bfaa18 (patch) | |
tree | 4ab0d77db95e5923923a1c28459a8083eb42a554 /ftp/gftp/Makefile | |
parent | debf8726bcc007ecf0413915dad57ea9747f0316 (diff) | |
download | ports-b859b73d22f043deebd31a4e1ac521cba7bfaa18.tar.gz ports-b859b73d22f043deebd31a4e1ac521cba7bfaa18.zip |
Notes
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 4 |
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 |