summaryrefslogtreecommitdiff
path: root/lang/otcl/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-08 15:13:49 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-08 15:13:49 +0000
commit2ca72ca1f7c4e7c6b5c466aa9c0ea0b6ea8b2f27 (patch)
tree87c727db802feacf8e641698d7df1c69387f8abe /lang/otcl/Makefile
parentConvert USE_DOS2UNIX to USES=dos2unix (diff)
- Fix CONFIGURE
MFH: 2014Q1
Notes
Notes: svn path=/head/; revision=339147
Diffstat (limited to 'lang/otcl/Makefile')
-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