diff options
author | asami <asami@FreeBSD.org> | 1997-10-13 11:22:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-13 11:22:43 +0000 |
commit | f9c278ed1868c189f4ddf934b72e5c11f503c731 (patch) | |
tree | 29140515311aa38e384031793c1df6e32a8d2dc6 /print | |
parent | b613e2d622dcbffdd4411ff2efbebb3ae5e10f46 (diff) | |
download | FreeBSD-ports-f9c278ed1868c189f4ddf934b72e5c11f503c731.zip FreeBSD-ports-f9c278ed1868c189f4ddf934b72e5c11f503c731.tar.gz |
Add DEPENDS_TARGET of jpeg/png back as third argument in BUILD_DEPENDS
lines, needed separately now because unzip is also on the list.
Submitted by: msmith
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript5/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript55/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript6/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 6 |
8 files changed, 24 insertions, 24 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 379d175..159c6ed 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/10/04 14:53:04 andreas Exp $ +# $Id: Makefile,v 1.13 1997/10/09 21:04:40 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -15,8 +15,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ - /nonexistent:${PORTSDIR}/graphics/png \ +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ + /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} |