summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-07-07 08:18:46 +0000
committerdelphij <delphij@FreeBSD.org>2006-07-07 08:18:46 +0000
commit8eae1fc012725c7a411eaefecb256d580175eea0 (patch)
tree8ed349b070ee262b2a8636dec9eb14893c6a5ae0 /textproc
parent4250da75cb8e06b72137dfb83cb27f6055bf0353 (diff)
downloadFreeBSD-ports-8eae1fc012725c7a411eaefecb256d580175eea0.zip
FreeBSD-ports-8eae1fc012725c7a411eaefecb256d580175eea0.tar.gz
Add html2text for now in order to fix build of release documentation
in Simplified Chinese. Note that this is only a transition workaround. We need to have consistent build tools rather than having two. For now, just add the dependency so release engineers can do new builds properly. Approved by: doceng (hrs) Spotted by: re (kensmith)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index d69f53f..7ba9630 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
OpenPOWER on IntegriCloud