aboutsummaryrefslogtreecommitdiff
path: root/sysutils/usbhotkey/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:40:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:40:19 +0000
commitd4e86368cdd7504c80d6065911e3626046920361 (patch)
tree47002ee8b1d6ec71e4617935e8a9af405a0582ea /sysutils/usbhotkey/Makefile
parentb8f3b75e8968e8dd50fe5637e96675968242abe2 (diff)
downloadports-d4e86368cdd7504c80d6065911e3626046920361.tar.gz
ports-d4e86368cdd7504c80d6065911e3626046920361.zip
Notes
Diffstat (limited to 'sysutils/usbhotkey/Makefile')
-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>