diff options
author | mi <mi@FreeBSD.org> | 2007-09-25 23:01:42 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-09-25 23:01:42 +0800 |
commit | eb4df1f23e3f3debfe40d6e1a70532d584347ad8 (patch) | |
tree | ebe93631f7b9ea9414331f0d563a7a1aa53d4034 | |
parent | 804b36a36f04611a4e90e56749694c108cc78384 (diff) | |
download | freebsd-ports-gnome-eb4df1f23e3f3debfe40d6e1a70532d584347ad8.tar.gz freebsd-ports-gnome-eb4df1f23e3f3debfe40d6e1a70532d584347ad8.tar.zst freebsd-ports-gnome-eb4df1f23e3f3debfe40d6e1a70532d584347ad8.zip |
Don't insist on Tcl-8.5. The stuff works just fine with 8.4.
Submitted by: Martin Matuska
-rw-r--r-- | devel/tcllib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 6aec81ba9c2d..045f969ed9d2 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tcllib MAINTAINER= mi@aldan.algebra.com COMMENT= A collection of utility modules for Tcl -USE_TCL_BUILD= 85+ +USE_TCL_BUILD= 84+ USE_TCL_RUN= ${USE_TCL_BUILD} USE_BZIP2= yes |