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 | |
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')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 3 |
4 files changed, 11 insertions, 7 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 150f14faabb3..53c47fdab23e 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/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 diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 150f14faabb3..53c47fdab23e 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/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 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 diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 830c4269b636..4a70b44a1780 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -3,7 +3,7 @@ # Date created: 06 November 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.17 1998/11/25 05:06:25 jseger Exp $ +# $Id: Makefile,v 1.18 1998/11/25 09:01:22 asami Exp $ # DISTNAME= tk8.0p2 @@ -21,6 +21,7 @@ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 +FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0 -E --quiet |