diff options
author | hubertf <hubertf> | 1998-01-06 04:05:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-06 04:05:04 +0000 |
commit | 47fbd9974a545900e2bf347addd765ebf5531fb0 (patch) | |
tree | bb0e82a49166af0a22956a589d00fe653f3002e6 /print | |
parent | 3532d55d8808c20c091f64a298287e799c86a8a0 (diff) | |
download | pkgsrc-47fbd9974a545900e2bf347addd765ebf5531fb0.tar.gz |
We do depend on two certain directories, not /nonexistant.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index 672d742b9b5..7b760145cbd 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> # -# $NetBSD: Makefile,v 1.5 1997/12/19 09:21:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/01/06 04:05:04 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp # @@ -17,8 +17,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= explorer@netbsd.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ - /nonexistent:${PORTSDIR}/graphics/png:extract \ +BUILD_DEPENDS= ${PORTSDIR}/graphics/jpeg/work/jpeg-6a:${PORTSDIR}/graphics/jpeg:extract \ + ${PORTSDIR}/graphics/png/work/libpng-0.96:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip MAKE_ENV= PORTSDIR=${PORTSDIR} |