diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-05-12 12:40:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-05-12 12:40:30 +0000 |
commit | 016c788a1b9cb8bd62dc365c98bf971eb675d3d1 (patch) | |
tree | 7d17aa44587bc76c30b8eb0f2cb7a1e739eeb0f4 /x11/xbindkeys | |
parent | - Update to 0.21.0 (diff) |
Prefer the more common option 'TCL' for scripting support and use the global description
Notes
Notes:
svn path=/head/; revision=317952
Diffstat (limited to 'x11/xbindkeys')
-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 |