diff options
author | mm <mm@FreeBSD.org> | 2009-07-07 15:34:31 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-07-07 15:34:31 +0800 |
commit | e9758db38ae89736fc445c02c1d347bc140db150 (patch) | |
tree | 3bb4de2c2112c7e617db7fa2fb5a33e85cb10f2a /Mk | |
parent | 9b17b973382980b7552425787088d15e8dec8e90 (diff) | |
download | freebsd-ports-gnome-e9758db38ae89736fc445c02c1d347bc140db150.tar.gz freebsd-ports-gnome-e9758db38ae89736fc445c02c1d347bc140db150.tar.zst freebsd-ports-gnome-e9758db38ae89736fc445c02c1d347bc140db150.zip |
- Remove tcl/tk 8.0 support
- This has no effect on japanese/tcl80 and japanese/tk80 ports
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.tcl.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Mk/bsd.tcl.mk b/Mk/bsd.tcl.mk index ae631b4073e7..7166851ceaab 100644 --- a/Mk/bsd.tcl.mk +++ b/Mk/bsd.tcl.mk @@ -12,7 +12,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # USE_TCL - Add library dependency on Tcl. If no version is given by the maintainer # via the port or by the user via defined variable try to find the highest # stable installed version. -# Available values: yes 86+ 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 +# Available values: yes 86+ 85+ 84+ 83+ 82+ 85 84 83 82 # NOTE: - default value 85 is used in case of USE_TCL=yes # # USE_TCL_BUILD - Add buildtime dependency on Tcl (tclsh). @@ -51,7 +51,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # USE_TK - Add library dependency on Tk. If no version is given by the maintainer # via the port or by the user via defined variable try to find the highest # stable installed version. -# Avaliable values: yes 86+ 85+ 84+ 83+ 82+ 80+ 85 84 83 82 80 +# Avaliable values: yes 86+ 85+ 84+ 83+ 82+ 85 84 83 82 # NOTE: - overrides USE_TCL # - default value 85 is used in case of USE_TK=yes # @@ -191,13 +191,12 @@ INVALID_TCL_VER:= ${INVALID_TK_VER} . if defined(USE_TCL) _TCL_DEFAULT_VERSION= 85 -_TCL_VERSIONS= 86 85 84 83 82 80 +_TCL_VERSIONS= 86 85 84 83 82 _TCL_THREADS_VERSIONS= 86 85 84 -_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ 82+ 80+ +_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ 82+ _TCL_THREADS_RANGE_VERSIONS= 86+ 85+ 84+ # For specifying [85, 84, ..]+ -_TCL_80P= 80 82 83 84 85 86 _TCL_82P= 82 83 84 85 86 _TCL_83P= 83 84 85 86 _TCL_84P= 84 85 86 |