summaryrefslogtreecommitdiffstats
path: root/korean/ghostscript55httf
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2000-06-30 13:29:55 +0000
committercjh <cjh@FreeBSD.org>2000-06-30 13:29:55 +0000
commit56e5defcfa9652d0e9dc60ea83877ea181aa8608 (patch)
tree797b7bc63b8ce5ed7393a7e30173039c9209cf80 /korean/ghostscript55httf
parent70c2888e9f614f42645c3fef3d9ad41c8cea86a8 (diff)
downloadFreeBSD-ports-56e5defcfa9652d0e9dc60ea83877ea181aa8608.zip
FreeBSD-ports-56e5defcfa9652d0e9dc60ea83877ea181aa8608.tar.gz
Fix build problem(link to jpeg and libpng direcoty).
Diffstat (limited to 'korean/ghostscript55httf')
-rw-r--r--korean/ghostscript55httf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile
index 056c52e..9fdcd98 100644
--- a/korean/ghostscript55httf/Makefile
+++ b/korean/ghostscript55httf/Makefile
@@ -66,8 +66,8 @@ HFFTYPE= gs5-hfftype-0.2.tar.gz
GS_CID_PATCH= gs5.10-cid-bugfix.diff
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/jpeg/work/jpeg-* ${WRKSRC}/jpeg
+ ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${WRKSRC}/libpng
# additional PCL3 driver
$(TAR) -xvf ${WRKDIR}/hpdj-2.6/hpdj.tar -C $(WRKSRC)
@${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak
OpenPOWER on IntegriCloud