From 4919a03c9abec143b75c7c98f92ec2a18ac7b4f4 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 30 Aug 2002 13:36:06 +0000 Subject: Deploy USE_GNOMENG infrastructure PR: 42197 Submitted by: Edwin Groothuis --- editors/gnotepad+/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/gnotepad+') diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 59e38e2f11d0..bd8c8f52a770 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -21,7 +21,7 @@ DOCVERSION= 1.2.0 USE_X_PREFIX= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -40,8 +40,8 @@ post-extract: @${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs .endif -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gtk12 .else CONFIGURE_ARGS+=--disable-gnome .endif -- cgit v1.2.3