diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /lang/tcl83 | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Notes
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 62bfb323d10d..5bf395c56789 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.13 1998/12/13 08:49:06 asami Exp $ +# $Id: Makefile,v 1.14 1999/01/17 14:06:44 ejc Exp $ # DISTNAME= tcl8.1b1 @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG +Y2K= http://www.scriptics.com/Y2K.html +WWW_SITE= http://www.scriptics.com + + FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 NO_LATEST_LINK= yes |