diff options
author | eadler <eadler@FreeBSD.org> | 2013-05-12 20:40:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-05-12 20:40:30 +0800 |
commit | cba90662629455990260f693b756950f0330020f (patch) | |
tree | 7d17aa44587bc76c30b8eb0f2cb7a1e739eeb0f4 | |
parent | 217761c56fcd97e975349d667486a6852b3cf12c (diff) | |
download | freebsd-ports-gnome-cba90662629455990260f693b756950f0330020f.tar.gz freebsd-ports-gnome-cba90662629455990260f693b756950f0330020f.tar.zst freebsd-ports-gnome-cba90662629455990260f693b756950f0330020f.zip |
Prefer the more common option 'TCL' for scripting support and use the global description
-rw-r--r-- | x11/xbindkeys/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index ddb46c2f17c0..5d817b856fed 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -11,8 +11,7 @@ COMMENT= Allows you to launch shell commands under X with your keyboard LICENSE= GPLv2 -OPTIONS_DEFINE= GUILE TCLTK -TCLTK_DESC= Tcl Scripting Support +OPTIONS_DEFINE= GUILE TCL USE_XORG= x11 xi GNU_CONFIGURE= yes @@ -35,7 +34,7 @@ LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --disable-guile .endif -.if ${PORT_OPTIONS:MTCLTK} +.if ${PORT_OPTIONS:MTCL} RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 MAN1+= xbindkeys_show.1 PLIST_FILES+= bin/xbindkeys_show |