summaryrefslogtreecommitdiff
path: root/editors/gnotepad+
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 09:47:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 09:47:11 +0000
commitb41ebe474d9c5e06e9e8353af2159a5a4fe473bb (patch)
treefd2d50aa5a504b7a50a2dafa0d703548e9649dc0 /editors/gnotepad+
parentRemove wrong dependency on gnome1 libraries (gnomelibs == gnome1) (diff)
Remove all options bringing gnome1 libraries
Notes
Notes: svn path=/head/; revision=330378
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r--editors/gnotepad+/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile
index 2d6ccc777331..f9fb3cb6ce6d 100644
--- a/editors/gnotepad+/Makefile
+++ b/editors/gnotepad+/Makefile
@@ -26,6 +26,8 @@ GNU_CONFIGURE= yes
MAN1= gnp.1
+CONFIGURE_ARGS= --disable-gnome
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -34,13 +36,6 @@ DOCVERSION= 1.2.0
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME+= gnomelibs
-PKGNAMESUFFIX= -gnome
-.else
-CONFIGURE_ARGS+=--disable-gnome
-.endif
-
.if defined(NOPORTDOCS)
PLIST_SUB+= NOPORTDOCS=""
.else