summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/docproj/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index d69f53f06251..7ba96300b44f 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= docproj
-PORTVERSION= 1.15
+PORTVERSION= 1.16
CATEGORIES= textproc
MASTER_SITES= # empty
DISTFILES= # empty
@@ -58,6 +58,10 @@ RUN_DEPENDS+= cjktexsty:${PORTSDIR}/chinese/docproj
.endif
.endif
+.if !defined(WITHOUT_CJK)
+RUN_DEPENDS+= html2text:${PORTSDIR}/textproc/html2text
+.endif
+
.if ${PERL_LEVEL} < 500804
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif