diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | 555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch) | |
tree | 8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /lang/tcl83 | |
parent | b84358bd6074f63917e478c7ba7a1f10f37db466 (diff) |
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.)
Notes
Notes:
svn path=/head/; revision=14974
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 0d05e180f88b..c1aa4152a1e8 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 |