diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-07-15 11:21:37 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-07-15 11:21:37 +0000 |
commit | 4a42f279b2eb3e77cb7fab3d42058c8b76e6a308 (patch) | |
tree | 8982f2ff566c58f44c136800a83878572e257da3 /textproc/docproj | |
parent | 06050cc5cebfcef27184b9f8e5f020ea43c5c508 (diff) |
Notes
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 5bbbc0188778..44b011744aab 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -38,7 +38,7 @@ OPTIONS_DEFAULT+= SVN CJK_DESC= CJK support CJK_RUN_DEPENDS= html2text:textproc/html2text DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) -DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex \ +DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex DBLATEX_USE= TEX=xetex FOP_DESC= FOP PDF renderer (requires Java) FOP_RUN_DEPENDS= fop:textproc/fop \ |