Prefer the more common option 'TCL' for scripting support and use the global description
This commit is contained in:
parent
c5660ba0df
commit
016c788a1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317952
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue