diff options
author | andreas <andreas@FreeBSD.org> | 1998-07-17 20:19:41 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-07-17 20:19:41 +0000 |
commit | b48cf1bca2f1d5b752ada18037ec30028c8ce1f2 (patch) | |
tree | 5048553a494d962bdbb0f3c1820bb1af8a3a2adc /print/ghostscript-gnu | |
parent | 79d2a84d857447f16ac9f0995bbb7179ef03235b (diff) | |
download | FreeBSD-ports-b48cf1bca2f1d5b752ada18037ec30028c8ce1f2.zip FreeBSD-ports-b48cf1bca2f1d5b752ada18037ec30028c8ce1f2.tar.gz |
update gs port after update of libpng port.
The version change produced a symlink in gs source directory
which pointed to an nonexistent directory under libpng port.
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 3767743..e3b3af8 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.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: |