diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-11 01:32:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-11 01:32:11 +0800 |
commit | 2c26d68ab07f4aa99821c09b277ce1293e655ae7 (patch) | |
tree | 10429c9f1638718f54e1f1aa400ef5e7f2d88cd5 /Mk | |
parent | 670507e49ba01af5302d899d515c17838fbcaaff (diff) | |
download | freebsd-ports-gnome-2c26d68ab07f4aa99821c09b277ce1293e655ae7.tar.gz freebsd-ports-gnome-2c26d68ab07f4aa99821c09b277ce1293e655ae7.tar.zst freebsd-ports-gnome-2c26d68ab07f4aa99821c09b277ce1293e655ae7.zip |
Revert r440567 and unbreak INDEX
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/tcl.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/tcl.mk b/Mk/Uses/tcl.mk index c42a418fc689..b4aad235af71 100644 --- a/Mk/Uses/tcl.mk +++ b/Mk/Uses/tcl.mk @@ -40,11 +40,11 @@ # is installed, bring in the default version. See # ${_TCLTK_DEFAULT_VERSION} below. # -# - 84, 85, 86, 87 - Depend on a specific version series of PORT. Multiple +# - 84, 85, 86 - Depend on a specific version series of PORT. Multiple # values are OK. The highest version available is # picked. # -# - 84+, 85+, 86+, 87+ - Depend on any installed version greater or equal to +# - 84+, 85+, 86+ - Depend on any installed version greater or equal to # the specified version. # # If wrapper is specified, an additional dependency on tcl-wrapper or @@ -72,7 +72,7 @@ _INCLUDE_USES_TCL_MK= yes # # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -_TCLTK_VALID_VERSIONS= 84 85 86 87 +_TCLTK_VALID_VERSIONS= 84 85 86 # # Bring in the default and check that the specified version is in the list of |