diff options
author | eadler <eadler@FreeBSD.org> | 2012-06-26 14:31:45 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-06-26 14:31:45 +0800 |
commit | 555916b1cec44552e4058400c471e395bfc2d097 (patch) | |
tree | a7bf869445260130ead323abb812257b9268c74b /x11 | |
parent | a5719cccf9f672665fbe0c61da2fb6fa74280a98 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |