aboutsummaryrefslogtreecommitdiff
path: root/converters/gbase
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-09-13 21:25:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-09-13 21:25:49 +0000
commit1684319ec0b3696144d0f8b60d3cf2c7a2f1d487 (patch)
treee1d2ea41da486fd6c5e72ac1ccb692096501dbfc /converters/gbase
parent6c76340a88f24c60ca3882c566ea9a643e0c2578 (diff)
downloadports-1684319ec0b3696144d0f8b60d3cf2c7a2f1d487.tar.gz
ports-1684319ec0b3696144d0f8b60d3cf2c7a2f1d487.zip
Notes
Diffstat (limited to 'converters/gbase')
-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 \