diff options
author | jseger <jseger@FreeBSD.org> | 1998-03-03 10:13:00 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-03-03 10:13:00 +0800 |
commit | f2421886583a2e342b11f9ac37dd5cad20470fa5 (patch) | |
tree | 53ff259135af6047cb9f332098f0a95c6facfa00 /print/ghostscript7 | |
parent | 253c36fb0291c8471e92571306ba6c4a0138a27e (diff) | |
download | freebsd-ports-gnome-f2421886583a2e342b11f9ac37dd5cad20470fa5.tar.gz freebsd-ports-gnome-f2421886583a2e342b11f9ac37dd5cad20470fa5.tar.zst freebsd-ports-gnome-f2421886583a2e342b11f9ac37dd5cad20470fa5.zip |
libpng-0.96 -> libpng-0.99e
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 9f15110a7857..ecc363e6009d 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/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: |