diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-11-26 16:25:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-11-26 16:25:06 +0000 |
commit | 8678cbcbf2decd2b796338e55dec57c788b5e810 (patch) | |
tree | fb7c8e32be21b8440974fa653a6757664dea5696 /print/ghostscript8 | |
parent | cc4ba0df9f5e5d517360bca45fc5705dc8edfc76 (diff) |
link false after upgrade of libpng from 1.0.3 to 1.0.5
Submitted by: Dominik Brettnacher <domi@saargate.de>
Notes
Notes:
svn path=/head/; revision=23345
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 901669b258ac..8ef7924d92ea 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -58,7 +58,7 @@ pre-fetch: post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${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 |