diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:36:06 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:36:06 +0000 |
commit | 4919a03c9abec143b75c7c98f92ec2a18ac7b4f4 (patch) | |
tree | da1555df132ae989054a04ad5d95ae88f1ef2dd4 /editors/gnotepad+/Makefile | |
parent | bd09b5ac0cdf727f665afed83debf6a622a1e25c (diff) | |
download | ports-4919a03c9abec143b75c7c98f92ec2a18ac7b4f4.tar.gz ports-4919a03c9abec143b75c7c98f92ec2a18ac7b4f4.zip |
Deploy USE_GNOMENG infrastructure
PR: 42197
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65305
Diffstat (limited to 'editors/gnotepad+/Makefile')
-rw-r--r-- | editors/gnotepad+/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |