diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-21 18:08:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-21 18:08:50 +0000 |
commit | 4ad7dd9d5110e5df057f3b70670061b1993dfb7e (patch) | |
tree | 24a240615dd75aaf9da0c37c591cea066d339454 /print/ghostscript8 | |
parent | Upgrade to 1.0.3, (thanks god, 1.0.3 is out) (diff) |
png's version is 1.0.3 now.
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 b55013474de5..afe277a7f60c 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.29 1999/01/04 03:35:58 steve Exp $ +# $Id: Makefile,v 1.30 1999/01/13 07:24:57 scrappy Exp $ # DISTNAME= ghostscript-5.50 @@ -58,7 +58,7 @@ pre-fetch: post-extract: ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.2 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng ${MV} ${WRKSRC}/devs.mak ${WRKSRC}/devs.mak.bak cd ${WRKSRC} && unzip -Lao ${DISTDIR}/${HP850_DRV} ${MV} ${WRKSRC}/devs.mak.bak ${WRKSRC}/devs.mak |