diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-19 21:37:32 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-19 21:37:32 +0000 |
commit | 012e2e8f26aca5e955f630bc98047a54791c997b (patch) | |
tree | b1e40b6c00e7e828ce720b979a835f8284901414 /ftp/gftp | |
parent | 6ea59d3fdbbf9abdda8028e484d5ec1ddb76ddbb (diff) | |
download | ports-012e2e8f26aca5e955f630bc98047a54791c997b.tar.gz ports-012e2e8f26aca5e955f630bc98047a54791c997b.zip |
Notes
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 7 |
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: |