aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-06-26 14:31:45 +0800
committereadler <eadler@FreeBSD.org>2012-06-26 14:31:45 +0800
commit555916b1cec44552e4058400c471e395bfc2d097 (patch)
treea7bf869445260130ead323abb812257b9268c74b /x11
parenta5719cccf9f672665fbe0c61da2fb6fa74280a98 (diff)
downloadfreebsd-ports-gnome-555916b1cec44552e4058400c471e395bfc2d097.tar.gz
freebsd-ports-gnome-555916b1cec44552e4058400c471e395bfc2d097.tar.zst
freebsd-ports-gnome-555916b1cec44552e4058400c471e395bfc2d097.zip
Upgrade to OptionsNG
Diffstat (limited to 'x11')
-rw-r--r--x11/xbindkeys/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 9831bcc81752..0566ed83d06d 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= http://hocwp.free.fr/xbindkeys/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Allows you to launch shell commands under X with your keyboard
-OPTIONS= GUILE "Guile support" off \
- TCLTK "Tcl/Tk support" off
+OPTIONS_DEFINE= GUILE TCLTK
+TCLTK_DESC= Tcl Scripting Support
USE_XORG= x11 xi
GNU_CONFIGURE= yes
@@ -30,13 +30,13 @@ WISH= ${LOCALBASE}/bin/wish8.4
.include <bsd.port.pre.mk>
-.if defined(WITH_GUILE)
+.if ${PORT_OPTIONS:MGUILE}
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif
-.if defined(WITH_TCLTK)
+.if ${PORT_OPTIONS:MTCLTK}
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
MAN1+= xbindkeys_show.1
PLIST_FILES+= bin/xbindkeys_show