aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-13 20:18:11 +0800
committergahr <gahr@FreeBSD.org>2014-01-13 20:18:11 +0800
commit39ad1bdc734c84871f4e9840a91e763aeb9dfdbc (patch)
tree9a0180741f844aa0461fd836cc4bd43e703f17c8 /sysutils
parent5a8ba4bc3fd43e9c967b8923746a81e500deddf8 (diff)
downloadfreebsd-ports-gnome-39ad1bdc734c84871f4e9840a91e763aeb9dfdbc.tar.gz
freebsd-ports-gnome-39ad1bdc734c84871f4e9840a91e763aeb9dfdbc.tar.zst
freebsd-ports-gnome-39ad1bdc734c84871f4e9840a91e763aeb9dfdbc.zip
- Convert to USES=tcl
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/openipmi/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile
index 533e5b96cdc8..a9805ef79a99 100644
--- a/sysutils/openipmi/Makefile
+++ b/sysutils/openipmi/Makefile
@@ -65,7 +65,6 @@ CONFIGURE_ARGS+= --with-openssl=no
.endif
.if ${PORT_OPTIONS:MTKINTER}
-WITH_TCL= yes
USE_PYTHON= yes
WITH_PYTHON= yes
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
@@ -105,10 +104,10 @@ CONFIGURE_ARGS+= --with-swig=no
.endif
.if ${PORT_OPTIONS:MTCL}
-USE_TCL= 84
+USES+= tcl
CONFIGURE_ARGS+= --with-tcl \
--with-tclcflags=-I${TCL_INCLUDEDIR} \
- --with-tcllibs=-ltcl${TCL_VER:S/.//}
+ --with-tcllibs=-ltcl${TCL_SHLIB_VER}
PLIST_SUB+= TCL=""
.else
CONFIGURE_ARGS+= --with-tcl=no