diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-21 18:17:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-21 18:17:33 +0000 |
commit | 35024cd38efb662f172962150f32816b419c53a9 (patch) | |
tree | f0193a51b68561fe033fcb7a2534dfac31dd31dc /editors/gnotepad+ | |
parent | af6e00dfce4f04de673c75b46f578204272e516d (diff) | |
download | ports-35024cd38efb662f172962150f32816b419c53a9.tar.gz ports-35024cd38efb662f172962150f32816b419c53a9.zip |
Fix configure after recent GNOMENG conversion.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=67017
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r-- | editors/gnotepad+/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index bd8c8f52a770..2b0f983ed4f7 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GNOMENG= yes WANT_GNOME= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -41,9 +42,12 @@ post-extract: .endif .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME= gtk12 +USE_GNOME= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome +PLIST_SUB= DATADIR="share/gnome" .else CONFIGURE_ARGS+=--disable-gnome +PLIST_SUB= DATADIR="share" .endif .include <bsd.port.post.mk> |