diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-03 16:54:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-03 16:54:25 +0800 |
commit | 79b0622cbd87846e58031f56ce7849451e8ab789 (patch) | |
tree | 4449811435c0d604dc4efa73e0bfa5bb9ad6f697 /print | |
parent | 903821298f4aeb2bf7abeb42ab36def4894c2f51 (diff) | |
download | freebsd-ports-gnome-79b0622cbd87846e58031f56ce7849451e8ab789.tar.gz freebsd-ports-gnome-79b0622cbd87846e58031f56ce7849451e8ab789.tar.zst freebsd-ports-gnome-79b0622cbd87846e58031f56ce7849451e8ab789.zip |
Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW
into PLIST while I'm here.
Diffstat (limited to 'print')
-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 484623e6938b..7e2a86c4b47a 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.6 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.7 ${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 |