diff options
author | mycroft <mycroft> | 1998-07-16 00:37:06 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-07-16 00:37:06 +0000 |
commit | fedafc0b923fd6caa124af6ab13d8ba8e973d7c0 (patch) | |
tree | b4b91627979663e02e66ccd017d402b3f0727a4f /print/ghostscript5 | |
parent | 77116db8cc4146192616a3e0b975578af7854b80 (diff) | |
download | pkgsrc-fedafc0b923fd6caa124af6ab13d8ba8e973d7c0.tar.gz |
Fix libpng dependency.
Diffstat (limited to 'print/ghostscript5')
-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 a0a7f4f1efb..572c0cb30e8 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1998/07/15 11:45:52 tv Exp $ +# $NetBSD: Makefile,v 1.22 1998/07/16 00:37:06 mycroft Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp # @@ -58,7 +58,7 @@ post-extract: ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o ${LN} -s ${PKGSRCDIR}/graphics/jpeg/${WRKDIR:T}/jpeg-6b ${WRKSRC}/jpeg-6b - ${LN} -s ${PKGSRCDIR}/graphics/png/${WRKDIR:T}/libpng-0.96 ${WRKSRC}/libpng + ${LN} -s ${PKGSRCDIR}/graphics/png/${WRKDIR:T}/libpng-1.0.2 ${WRKSRC}/libpng cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV} ${CP} ${DISTDIR}/${PDF_SEC} ${WRKSRC} |