mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
multimedia/vkeybd: Fix TCL version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
de6ba2a0ba
commit
25c2626334
1 changed files with 2 additions and 2 deletions
|
@ -53,11 +53,11 @@ make \
|
|||
COPTFLAGS="$SLKCFLAGS" \
|
||||
PREFIX=/usr \
|
||||
MAN_DIR=/usr/man \
|
||||
TCL_VERSION=$(pkg-config --modversion tcl)
|
||||
TCL_VERSION=8.6
|
||||
make \
|
||||
PREFIX=/usr \
|
||||
MAN_DIR=/usr/man \
|
||||
TCL_VERSION=$(pkg-config --modversion tcl) \
|
||||
TCL_VERSION=8.6 \
|
||||
install-all \
|
||||
DESTDIR=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue