From cba90662629455990260f693b756950f0330020f Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 12 May 2013 12:40:30 +0000 Subject: Prefer the more common option 'TCL' for scripting support and use the global description --- x11/xbindkeys/Makefile | 5 ++--- 1 file 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 -- cgit