summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-06 04:05:04 +0000
committerhubertf <hubertf>1998-01-06 04:05:04 +0000
commitc9775a1c0acb27b4210392b76fe55186f3dc2abb (patch)
treebb0e82a49166af0a22956a589d00fe653f3002e6
parent159e92fa721095506cb84b116b6fba0211c32049 (diff)
downloadpkgsrc-c9775a1c0acb27b4210392b76fe55186f3dc2abb.tar.gz
We do depend on two certain directories, not /nonexistant.
-rw-r--r--print/ghostscript5/Makefile6
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}