aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-09-14 05:25:49 +0800
committerbapt <bapt@FreeBSD.org>2015-09-14 05:25:49 +0800
commitbba473fe2e2021504d7d1f52441b75f3fd3e6637 (patch)
treee1d2ea41da486fd6c5e72ac1ccb692096501dbfc /converters
parent5d44e3d8a863f7e98981a8ecbb01f0a697f1cad9 (diff)
downloadfreebsd-ports-gnome-bba473fe2e2021504d7d1f52441b75f3fd3e6637.tar.gz
freebsd-ports-gnome-bba473fe2e2021504d7d1f52441b75f3fd3e6637.tar.zst
freebsd-ports-gnome-bba473fe2e2021504d7d1f52441b75f3fd3e6637.zip
Modify to only use gtk2
Diffstat (limited to 'converters')
-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 \