diff options
Diffstat (limited to 'lang/tcl82/Makefile')
-rw-r--r-- | lang/tcl82/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 0d05e180f88b..c1aa4152a1e8 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/07/27 21:14:50 hoek Exp $ +# $Id: Makefile,v 1.11 1998/10/03 21:35:20 steve Exp $ # DISTNAME= tcl8.1a2 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG +FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 + NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes |