summaryrefslogtreecommitdiff
path: root/editors/gnotepad+
diff options
context:
space:
mode:
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