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 /x11-toolkits/tk84 | |
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 'x11-toolkits/tk84')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 150f14faabb3..53c47fdab23e 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: tk8.0 +# New ports collection makefile for: tk8.1 # Version required: 8.1a2 # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.17 1998/10/03 22:05:46 steve Exp $ +# $Id: Makefile,v 1.18 1998/11/11 02:02:14 asami Exp $ # DISTNAME= tk8.1a2 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= tcl81.1:${PORTSDIR}/lang/tcl81 +FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 USE_XLIB= yes NO_LATEST_LINK= yes |