diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-22 04:51:31 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-22 04:51:31 +0000 |
commit | 290c18470b0a5c3539ef6004621a5392ec7a3b40 (patch) | |
tree | 6d2df5302856af6e0baa4722ec1848b63196ce4e /x11-toolkits/tk84/Makefile | |
parent | e4d63217e3b752731535ce8b4cdd148577049c96 (diff) | |
download | FreeBSD-ports-290c18470b0a5c3539ef6004621a5392ec7a3b40.zip FreeBSD-ports-290c18470b0a5c3539ef6004621a5392ec7a3b40.tar.gz |
Upgrade to tk-8.2.2
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 97b5bd6..96095c1 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tk -# Version required: 8.2.0 +# Version required: 8.2.2 # Date created: 19 August 1997 # Whom: jkh # # $FreeBSD$ # -DISTNAME= tk8.2.0 -PKGNAME= tk-8.2.0 +DISTNAME= tk8.2.2 +PKGNAME= tk-8.2.2 CATEGORIES= x11-toolkits tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ |