From 783e3801bcd68ccf107bcda77e6d33ea1e28c47d Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 19 Sep 2002 21:37:32 +0000 Subject: Deploy USE_GNOMENG infrastructure PR: 42200 Submitted by: Edwin Groothuis --- ftp/gftp/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ftp/gftp') 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 -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .endif pre-patch: -- cgit v1.1