summaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-19 21:37:32 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-19 21:37:32 +0000
commit012e2e8f26aca5e955f630bc98047a54791c997b (patch)
treeb1e40b6c00e7e828ce720b979a835f8284901414 /ftp/gftp/Makefile
parentupgrade to 1.0.11 (diff)
Deploy USE_GNOMENG infrastructure
PR: 42200 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=66757
Diffstat (limited to '')
-rw-r--r--ftp/gftp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index e3aacb0d0f50..ef6459a54228 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://gftp.seul.org/ \
MAINTAINER= lehmann@ans-netz.de
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -24,8 +24,9 @@ MAN1= gftp.1
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.endif
pre-patch: