diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /lang/tcl83 | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz |
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 0d05e18..c1aa415 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/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 |