aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-05-22 17:18:38 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-05-22 17:19:34 +0000
commitae5a18f68c6794114b009d74739c0f9d5fb00ecd (patch)
treebe5692c3649b666734171f6dd2c7d38eb8702805
parentd778d07a2c8eaac2a56b543e2f0321c2a86f0b90 (diff)
downloadports-ae5a18f68c6794114b009d74739c0f9d5fb00ecd.tar.gz
ports-ae5a18f68c6794114b009d74739c0f9d5fb00ecd.zip
textproc/docproj: Set PDF option as default
Approved by: doceng (with hat)
-rw-r--r--textproc/docproj/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 9d21e4485117..2b86409f75f4 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -2,6 +2,7 @@
PORTNAME= docproj
PORTVERSION= 3.0
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= doceng@FreeBSD.org
@@ -28,7 +29,7 @@ USES= ghostscript:run metaport perl5 python:3.6+,run
USE_PERL5= run
OPTIONS_DEFINE= CJK DBLATEX FOP GIT GROFF IGOR JING PDF TRANSLATOR
-OPTIONS_DEFAULT= CJK GIT GROFF IGOR TRANSLATOR
+OPTIONS_DEFAULT= CJK GIT GROFF IGOR PDF TRANSLATOR
CJK_DESC= CJK support
DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive)