diff options
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r-- | print/dvipdfmx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index a5158556a5eb..6a48994dca79 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvipdfmx PORTVERSION= 20030313 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/ @@ -15,8 +16,7 @@ COMMENT= Dvipdfm with Asian languages by CID-keyed font technology support BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX LIB_DEPENDS= png:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PO -RTSDIR}/print/adobe-cmaps \ +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps \ kpsepath:${PORTSDIR}/print/teTeX MAN1= dvipdfm.1 @@ -30,5 +30,6 @@ pre-install: post-install: @${LN} -fs ${LOCALBASE}/share/ghostscript/Resource ${PREFIX}/share/texmf/dvipdfm/ + ${LOCALBASE}/bin/mktexlsr .include <bsd.port.mk> |