aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/gbase/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile
index 96da5b495eb0..24474a5c9638 100644
--- a/converters/gbase/Makefile
+++ b/converters/gbase/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gbase
PORTVERSION= 0.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= converters
MASTER_SITES= http://www.fluxcode.net/files/
@@ -12,22 +12,12 @@ COMMENT= Program to convert between the 4 common bases used in programming
LICENSE= ART10
-OPTIONS_DEFINE= GTK2
-
PLIST_FILES= bin/${PORTNAME}
USES= pkgconfig
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGTK2}
USE_GNOME+= gtk20
GTK_CFLAGS= `pkg-config --cflags gtk+-2.0`
GTK_LIBS= `pkg-config --libs gtk+-2.0`
-.else
-USE_GNOME+= gtk12
-GTK_CFLAGS= `pkg-config --cflags gtk+`
-GTK_LIBS= `pkg-config --libs gtk+`
-.endif
post-patch:
@${REINPLACE_CMD} -e \