diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-07-17 20:19:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-07-17 20:19:41 +0000 |
commit | e5c467f055785b1a10d41702cdb63589037fc561 (patch) | |
tree | 3bf423ae3f7ca76521404edbac46c0fdc4579e49 /print/ghostscript5 | |
parent | 93fa65ec9fc04ff7a32c608184725e3324ac246b (diff) |
Notes
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 376774309eef..e3b3af84427e 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/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.21 1998/06/04 20:11:37 andreas Exp $ +# $Id: Makefile,v 1.22 1998/06/05 06:21:03 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-6b ${WRKSRC}/jpeg-6b - ln -s ${PORTSDIR}/graphics/png/work/libpng-1.0.1 ${WRKSRC}/libpng + ln -s ${PORTSDIR}/graphics/png/work/libpng-1.0.2 ${WRKSRC}/libpng cd ${WRKSRC} && unzip -Lao ${DISTDIR}/${HP850_DRV} do-configure: |