aboutsummaryrefslogtreecommitdiff
path: root/print/dvipdfmx/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-08 05:35:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-08 05:35:29 +0000
commitbf5e88084bac7fb9691ba6da81d3377464a06972 (patch)
tree45dfe9541f2bba35d1bb3afca1a4629d539f1cef /print/dvipdfmx/Makefile
parent6da14a8fb6d0ae3310bf5bda68ca57f7b6bc5276 (diff)
downloadports-bf5e88084bac7fb9691ba6da81d3377464a06972.tar.gz
ports-bf5e88084bac7fb9691ba6da81d3377464a06972.zip
Notes
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r--print/dvipdfmx/Makefile5
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>