diff options
author | asami <asami@FreeBSD.org> | 1998-04-01 09:43:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-01 09:43:05 +0800 |
commit | d9411041ffa2003ed839c868c81eb5c71d4831f4 (patch) | |
tree | a9b3d937c31b48f653d9e6b30c47a55932ee79c3 /print/ghostscript8 | |
parent | 87a58ffdbb2697b60bb00a79413c5a6719a07647 (diff) | |
download | freebsd-ports-gnome-d9411041ffa2003ed839c868c81eb5c71d4831f4.tar.gz freebsd-ports-gnome-d9411041ffa2003ed839c868c81eb5c71d4831f4.tar.zst freebsd-ports-gnome-d9411041ffa2003ed839c868c81eb5c71d4831f4.zip |
libpng upgrade changed directory name.
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index ecc363e6009d..c22401c82faf 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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: |