summaryrefslogtreecommitdiff
path: root/Mk/Uses/tcl.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-21 09:47:29 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-21 09:47:29 +0000
commit4d519d4debc59e0ef9144d673494d6808675864d (patch)
treeb375e1e194c75a26aaf9324dc7a674caa3074882 /Mk/Uses/tcl.mk
parent- Update to 2.0 (diff)
Use correct include dir switch in USES=tcl:tea. Adjust devel/tclreadline.
Notes
Notes: svn path=/head/; revision=413722
Diffstat (limited to 'Mk/Uses/tcl.mk')
-rw-r--r--Mk/Uses/tcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/tcl.mk b/Mk/Uses/tcl.mk
index d279b4715618..9218b4e1ba31 100644
--- a/Mk/Uses/tcl.mk
+++ b/Mk/Uses/tcl.mk
@@ -210,7 +210,7 @@ TCL_PKG?= ${PORTNAME:C/^tcl(-?)//:C/(-?)tcl\$//}${PORTVERSION}
PLIST_SUB+= TCL_PKG=${TCL_PKG}
CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \
--with-tcl=${TCL_LIBDIR} \
- --with-tcl-includes=${TCL_INCLUDEDIR}
+ --with-tclinclude=${TCL_INCLUDEDIR}
. if ${_TCLTK_PORT} == "tk"
CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR}
. endif