diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:40:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 14:40:19 +0000 |
commit | d4e86368cdd7504c80d6065911e3626046920361 (patch) | |
tree | 47002ee8b1d6ec71e4617935e8a9af405a0582ea | |
parent | Remove non default option on imlib (diff) |
Remove GUI option which depends on imlib
-rw-r--r-- | sysutils/usbhotkey/Makefile | 9 |
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> |