diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-19 21:37:32 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-19 21:37:32 +0000 |
commit | 783e3801bcd68ccf107bcda77e6d33ea1e28c47d (patch) | |
tree | 9416d0ac1dbf45c2369341ca5c344063f4e7eff4 /ftp | |
parent | d98d489ff0074114b03b12a7013bb072d52972aa (diff) | |
download | FreeBSD-ports-783e3801bcd68ccf107bcda77e6d33ea1e28c47d.zip FreeBSD-ports-783e3801bcd68ccf107bcda77e6d33ea1e28c47d.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42200
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'ftp')
-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 e3aacb0..ef6459a 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: |