diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-26 03:00:40 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-26 03:00:40 +0000 |
commit | fb8b96134a4e09339735878b0f8e995d10837602 (patch) | |
tree | 501a4145c49928e9d1d6f118c4e8112ebd4e6895 /print/ghostscript-gnu/Makefile | |
parent | ef5898cb637565878dcc27ff75660cd8f77b92d0 (diff) | |
download | ports-fb8b96134a4e09339735878b0f8e995d10837602.tar.gz ports-fb8b96134a4e09339735878b0f8e995d10837602.zip |
Notes
Diffstat (limited to 'print/ghostscript-gnu/Makefile')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 699c3560ff8c..901669b258ac 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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.3 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${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 |