aboutsummaryrefslogtreecommitdiffstats
path: root/lang/otcl
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-08 23:13:49 +0800
committergahr <gahr@FreeBSD.org>2014-01-08 23:13:49 +0800
commitc56b8935336aae8063268a4fb7b1d701b71f4eb2 (patch)
tree87c727db802feacf8e641698d7df1c69387f8abe /lang/otcl
parent7ee7c4301ccab63da51fff116619f9b06b20d992 (diff)
downloadfreebsd-ports-gnome-c56b8935336aae8063268a4fb7b1d701b71f4eb2.tar.gz
freebsd-ports-gnome-c56b8935336aae8063268a4fb7b1d701b71f4eb2.tar.zst
freebsd-ports-gnome-c56b8935336aae8063268a4fb7b1d701b71f4eb2.zip
- Fix CONFIGURE
MFH: 2014Q1
Diffstat (limited to 'lang/otcl')
-rw-r--r--lang/otcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile
index cb7b78ef8f9d..5e601e7a9368 100644
--- a/lang/otcl/Makefile
+++ b/lang/otcl/Makefile
@@ -31,7 +31,8 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
CFLAGS+= -DHAVE_UNISTD_H
-CONFIGURE_ARGS+=--with-tcl-ver=${TCL_SHLIB_VER} --with-tk-ver=${TK_SHLIB_VER}
+CONFIGURE_ARGS+=--with-tcl=${LOCALBASE} \
+ --with-tk=${LOCALBASE}
.if ${TCL_SHLIB_VER} > 85
CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT