summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-21 11:33:16 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-21 11:33:16 +0000
commit812894cb15434c5dd25592f0dd9ccd7622c3e8e8 (patch)
treec6cb1634ff4ea3d4c9f601585a6fc959826e2ff8 /Mk
parentwww/firefox{,-esr}: update to 46.0 (rc4) / 45.1esr (diff)
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.
Notes
Notes: svn path=/head/; revision=413727
Diffstat (limited to '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 9218b4e1ba31..11fb368c9ef6 100644
--- a/Mk/Uses/tcl.mk
+++ b/Mk/Uses/tcl.mk
@@ -212,7 +212,7 @@ CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \
--with-tcl=${TCL_LIBDIR} \
--with-tclinclude=${TCL_INCLUDEDIR}
. if ${_TCLTK_PORT} == "tk"
-CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR}
+CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR} --with-tkinclude=${TK_INCLUDEDIR}
. endif
.endif