summaryrefslogtreecommitdiff
path: root/Mk/Uses/tcl.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-19 13:42:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-19 13:42:38 +0000
commit4bf4f3cb3a686a7fbfae0c24c5972e8d8030f311 (patch)
tree1c10ed2c1f57f074b6be596e2b9580ecea1b9ee6 /Mk/Uses/tcl.mk
parentAdd patch to respect CC (diff)
- Correct another typo
Notes
Notes: svn path=/head/; revision=327619
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 24d23773919c..886bfeb20624 100644
--- a/Mk/Uses/tcl.mk
+++ b/Mk/Uses/tcl.mk
@@ -63,7 +63,7 @@ _TCLTK_VALID_VERSIONS= 84 85 86
.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
_TCLTK_DEFAULT_VERSION= ${TCLTK_DEFAULT:S/.//}
-.if ! ${_TCLTK_VALID_VERSIONS:M${_TCLTK_WANTED_VERSION}}
+.if ! ${_TCLTK_VALID_VERSIONS:M${_TCLTK_DEFAULT_VERSION}}
IGNORE= Invalid tcltk version ${TCLTK_DEFAULT}
.endif