diff options
author | delphij <delphij@FreeBSD.org> | 2006-07-07 16:18:46 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-07-07 16:18:46 +0800 |
commit | 8eae1fc012725c7a411eaefecb256d580175eea0 (patch) | |
tree | 8ed349b070ee262b2a8636dec9eb14893c6a5ae0 /textproc/docproj | |
parent | 4250da75cb8e06b72137dfb83cb27f6055bf0353 (diff) | |
download | freebsd-ports-gnome-8eae1fc012725c7a411eaefecb256d580175eea0.tar.gz freebsd-ports-gnome-8eae1fc012725c7a411eaefecb256d580175eea0.tar.zst freebsd-ports-gnome-8eae1fc012725c7a411eaefecb256d580175eea0.zip |
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/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 6 |
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 |