diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-04 22:00:59 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-04 22:00:59 +0000 |
commit | 33818e86c58388ed8aaffd6d64b3c1c9fd90875e (patch) | |
tree | 13cb794a1c8ed527b2728accb895296fe9a96516 /print | |
parent | da2032209c624aed42be4a9777ebc19ea6e1a5a2 (diff) | |
download | pkgsrc-33818e86c58388ed8aaffd6d64b3c1c9fd90875e.tar.gz |
Oops.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index 3829c7d2234..95c87cfd17c 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1998/11/04 21:42:11 mycroft Exp $ +# $NetBSD: Makefile,v 1.26 1998/11/04 22:00:59 mycroft Exp $ # DISTNAME= ghostscript-5.50 @@ -14,8 +14,8 @@ MAINTAINER= explorer@netbsd.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jpeg:extract \ - libpng-1.0.2:../../graphics/png \ unzip:../../archivers/unzip +DEPENDS= png-1.0.2:../../graphics/png CONFLICTS= ghostscript-5.10 |