diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -1,5 +1,5 @@ PORTNAME= docproj -PORTVERSION= 4.1.5 +PORTVERSION= 4.1.6 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -12,14 +12,16 @@ USES= metaport -OPTIONS_DEFINE= EPUB GIT IGOR PDF TRANSLATOR VALE -OPTIONS_DEFAULT= GIT IGOR PDF TRANSLATOR VALE +OPTIONS_DEFINE= DOCPROJ-FONTS-CJK EPUB GIT IGOR PDF TRANSLATOR VALE +OPTIONS_DEFAULT= DOCPROJ-FONTS-CJK GIT IGOR PDF TRANSLATOR VALE +DOCPROJ-FONTS-CJK_DESC= Required CJK font files for the FreeBSD Documentation Project EPUB_DESC= EPUB document support IGOR_DESC= Igor automated proofreader for documentation TRANSLATOR_DESC= Tools for translators VALE_DESC= VALE Linting support +DOCPROJ-FONTS-CJK_DEPENDS= textproc/docproj-fonts-cjk EPUB_RUN_DEPENDS= asciidoctor-epub3:textproc/rubygem-asciidoctor-epub3 GIT_RUN_DEPENDS= git:devel/git IGOR_RUN_DEPENDS= igor:textproc/igor