diff options
Diffstat (limited to 'print/ghostscript55/Makefile')
-rw-r--r-- | print/ghostscript55/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index 699c3560ff8c..901669b258ac 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/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 |