diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-03-16 08:24:07 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-03-16 08:24:07 +0000 |
commit | f0f44f7aff52f6bb6cf8a43fe6a995bb54fc21b0 (patch) | |
tree | c72bed48201fc33f277ca76e4f1b4ef521918b23 /textproc/docproj/Makefile | |
parent | 0d348d0078dd571897d2c8aa746308132b6dbc34 (diff) | |
download | ports-f0f44f7aff52f6bb6cf8a43fe6a995bb54fc21b0.tar.gz ports-f0f44f7aff52f6bb6cf8a43fe6a995bb54fc21b0.zip |
Notes
Diffstat (limited to 'textproc/docproj/Makefile')
-rw-r--r-- | textproc/docproj/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 134b973486ed..d69f53f06251 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,8 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.14 -PORTREVISION= 1 +PORTVERSION= 1.15 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -19,7 +18,8 @@ COMMENT= The "meta-port" for the FreeBSD Documentation Project # This dependency list should be kept in sync with the list of # required ports in src/release/Makefile.inc.docports. -RUN_DEPENDS= links:${PORTSDIR}/www/links1 \ +RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ + links:${PORTSDIR}/www/links1 \ pngtopnm:${PORTSDIR}/graphics/netpbm \ scr2png:${PORTSDIR}/graphics/scr2png \ scr2txt:${PORTSDIR}/textproc/scr2txt \ @@ -53,6 +53,9 @@ IS_INTERACTIVE= "user must set WITH_JADETEX variable to 'yes' or 'no'" .if defined(WITH_JADETEX) && ${WITH_JADETEX} == yes RUN_DEPENDS+= ${LOCALBASE}/share/texmf/web2c/jadetex.fmt:${PORTSDIR}/print/jadetex RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex +.if !defined(WITHOUT_CJK) +RUN_DEPENDS+= cjktexsty:${PORTSDIR}/chinese/docproj +.endif .endif .if ${PERL_LEVEL} < 500804 |