diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-02-21 22:59:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-02-21 22:59:52 +0000 |
commit | d74fb03b0aafaa39dba3f60859ca62e5bf46de3d (patch) | |
tree | 2f5ff1f7857e9d39963ff0b5cf98767d47c7eba1 /devel/tcltls | |
parent | 6f57d472f652332f82988ee6f693dfb3c2cd44ac (diff) | |
download | ports-d74fb03b0aafaa39dba3f60859ca62e5bf46de3d.tar.gz ports-d74fb03b0aafaa39dba3f60859ca62e5bf46de3d.zip |
Upgrade to the version 1.4, which is required for TCL-8.3.2 and
usefull for earlier ones. Get rid of patches and provide
Makefile.bsd instead (which uses bsd.lib.mk). Remove the
WITH_TCL8x spaghetti and rely TCL_VER?=8.3 instead.
I think, I botched my previous commit, so this applies to it too.
Notes
Notes:
svn path=/head/; revision=38574
Diffstat (limited to 'devel/tcltls')
-rw-r--r-- | devel/tcltls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index 62d564d76bc9..42859b92e859 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcltls PORTVERSION= 1.4 -CATEGORIES= devel tcl80 tcl82 tcl83 +CATEGORIES= devel tcl83 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tls DISTNAME= tls${PORTVERSION} |