diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index e43385c..e95fad3 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -51,6 +51,7 @@ IS_INTERACTIVE= "user must set WITH_JADETEX variable to 'yes' or 'no'" .endif .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 .endif .if ${PERL_LEVEL} < 500804 |