svn commit: r317952 - head/x11/xbindkeys
Eitan Adler
eadler at FreeBSD.org
Sun May 12 12:40:31 UTC 2013
Author: eadler
Date: Sun May 12 12:40:30 2013
New Revision: 317952
URL: http://svnweb.freebsd.org/changeset/ports/317952
Log:
Prefer the more common option 'TCL' for scripting support and use the global description
Modified:
head/x11/xbindkeys/Makefile
Modified: head/x11/xbindkeys/Makefile
==============================================================================
--- head/x11/xbindkeys/Makefile Sun May 12 12:26:32 2013 (r317951)
+++ head/x11/xbindkeys/Makefile Sun May 12 12:40:30 2013 (r317952)
@@ -11,8 +11,7 @@ COMMENT= Allows you to launch shell comm
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/gui
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
More information about the svn-ports-all
mailing list