diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-06 04:05:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-06 04:05:04 +0000 |
commit | 98078035d97f46da22d9d9eba4eff676d62cafa0 (patch) | |
tree | bb0e82a49166af0a22956a589d00fe653f3002e6 /print/ghostscript5 | |
parent | fb6792e50bf300c742374e763797f29a6df88f1d (diff) | |
download | pkgsrc-98078035d97f46da22d9d9eba4eff676d62cafa0.tar.gz |
We do depend on two certain directories, not /nonexistant.
Diffstat (limited to 'print/ghostscript5')
-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} |