diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-07-07 08:18:46 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-07-07 08:18:46 +0000 |
commit | b1f16017e7dfcc431435369777ac1449c7fe7b61 (patch) | |
tree | be2c3e885ef1243ee71a83180ae67f3c374b358b /textproc/docproj/Makefile | |
parent | 31de5632e16abdd19e2147c8f58d266eb934bbb5 (diff) | |
download | ports-b1f16017e7dfcc431435369777ac1449c7fe7b61.tar.gz ports-b1f16017e7dfcc431435369777ac1449c7fe7b61.zip |
Notes
Diffstat (limited to 'textproc/docproj/Makefile')
-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 |