diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 07:04:49 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 07:04:49 +0000 |
commit | ccb4cb63dbf030afbf62644412ac91f11a4f013d (patch) | |
tree | aa5ed5035f928c7fd57e9347c52fab25a369b945 | |
parent | c1cfa22cafd4cd09f9c72cb40c8fe24477dc800e (diff) |
Notes
-rw-r--r-- | print/ghostscript5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index c7df7fb2075a..484623e6938b 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -36,7 +36,7 @@ PCL3_DRV= hpdj-2.6.tar.gz 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-1.0.6 ${WRKSRC}/libpng # additional PCL3 driver @${TAR} -xf ${WRKDIR}/hpdj-2.6/hpdj.tar -C ${WRKSRC} @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak |