diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-03 02:13:00 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-03 02:13:00 +0000 |
commit | 9046d8c19e6a0e34a01d27e75c8fe6c9e510f59d (patch) | |
tree | 3c9a8a7f28acc8bdd568a425b8db52b87db4d806 /print/ghostscript-gnu | |
parent | 72bfa4768b1fe65c21e3bec942df331f4d354245 (diff) | |
download | ports-9046d8c19e6a0e34a01d27e75c8fe6c9e510f59d.tar.gz ports-9046d8c19e6a0e34a01d27e75c8fe6c9e510f59d.zip |
Notes
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 9f15110a7857..ecc363e6009d 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.16 1998/01/25 15:37:05 andreas Exp $ +# $Id: Makefile,v 1.17 1998/01/31 20:08:41 andreas Exp $ # DISTNAME= ghostscript-5.10 @@ -60,7 +60,7 @@ post-extract: ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a - ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng + ln -s ${PORTSDIR}/graphics/png/work/libpng-0.99e ${WRKSRC}/libpng cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV} do-configure: |