diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /x11-toolkits/tk84 | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.zst freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip |
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 '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 |