aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-25 22:40:19 +0800
committerbapt <bapt@FreeBSD.org>2014-12-25 22:40:19 +0800
commitdc613610f086cba309d2b514113907a62c71c585 (patch)
tree47002ee8b1d6ec71e4617935e8a9af405a0582ea /sysutils
parent8fd441b819ac461d575626cba33d9200669e9bfb (diff)
downloadfreebsd-ports-gnome-dc613610f086cba309d2b514113907a62c71c585.tar.gz
freebsd-ports-gnome-dc613610f086cba309d2b514113907a62c71c585.tar.zst
freebsd-ports-gnome-dc613610f086cba309d2b514113907a62c71c585.zip
Remove GUI option which depends on imlib
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/usbhotkey/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/usbhotkey/Makefile b/sysutils/usbhotkey/Makefile
index b262bb930a04..57e6409f58ee 100644
--- a/sysutils/usbhotkey/Makefile
+++ b/sysutils/usbhotkey/Makefile
@@ -3,7 +3,7 @@
PORTNAME= usbhotkey
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -25,11 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include \
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -lX11
-OPTIONS_DEFINE= GUI
-OPTIONS_DEFAULT= GUI
-GUI_DESC= Enable GUI bits (via Imlib)
-
-GUI_LIB_DEPENDS= libImlib.so:${PORTSDIR}/graphics/imlib
-GUI_CONFIGURE_OFF= --without-Imlib
+CONFIGURE_ARGS= --without-Imlib
.include <bsd.port.mk>