diff options
author | tron <tron> | 1999-03-04 13:51:17 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-04 13:51:17 +0000 |
commit | d40f109f332fb13aa7a2309b721cf09bf7d7a62a (patch) | |
tree | a3bf1ee930bdac39f6cf28a55375b7a7c42e0ef4 /print | |
parent | 7f9bd22bbc732fb5f19de46b6bd2858a414f9914 (diff) | |
download | pkgsrc-d40f109f332fb13aa7a2309b721cf09bf7d7a62a.tar.gz |
Update dependence for "png" package.
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 fb818bea9a2..e8d02d303b9 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1999/02/20 22:48:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.33 1999/03/04 14:33:51 tron Exp $ # DISTNAME= ghostscript-5.50 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jpeg:extract \ unzip:../../archivers/unzip -DEPENDS= png-1.0.2:../../graphics/png +DEPENDS= png-1.0.3:../../graphics/png EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs5.50 |