Date: Thu, 19 Sep 2013 13:42:39 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327619 - head/Mk/Uses Message-ID: <201309191342.r8JDgdXd091156@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Sep 19 13:42:38 2013 New Revision: 327619 URL: http://svnweb.freebsd.org/changeset/ports/327619 Log: - Correct another typo Modified: head/Mk/Uses/tcl.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Sep 19 13:42:05 2013 (r327618) +++ head/Mk/Uses/tcl.mk Thu Sep 19 13:42:38 2013 (r327619) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191342.r8JDgdXd091156>