diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-01 01:43:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-01 01:43:05 +0000 |
commit | 35b8f2a52b09379b7e829da3c12e9b62efb5ae76 (patch) | |
tree | dc35d1120ac83800ac0aa250feea964f1a250a9e /print/ghostscript6 | |
parent | 104a9716e0df2471f4d9b97296145feee0cf8833 (diff) | |
download | ports-35b8f2a52b09379b7e829da3c12e9b62efb5ae76.tar.gz ports-35b8f2a52b09379b7e829da3c12e9b62efb5ae76.zip |
libpng upgrade changed directory name.
Notes
Notes:
svn path=/head/; revision=10384
Diffstat (limited to 'print/ghostscript6')
-rw-r--r-- | print/ghostscript6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index ecc363e6009d..c22401c82faf 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/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.17 1998/01/31 20:08:41 andreas Exp $ +# $Id: Makefile,v 1.18 1998/03/03 02:13:00 jseger 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.99e ${WRKSRC}/libpng + ln -s ${PORTSDIR}/graphics/png/work/libpng-1.0.1 ${WRKSRC}/libpng cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV} do-configure: |