aboutsummaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2016-04-18 21:22:46 +0000
committerWarren Block <wblock@FreeBSD.org>2016-04-18 21:22:46 +0000
commit7ccb02fc442f9b3f52a545357a759933cfeb37eb (patch)
tree82e5255af890d143792b33db88e272d8e98e18f9 /textproc/docproj
parent7192f9a55d0aa1aa124ae99944970ba7e15964e3 (diff)
downloadports-7ccb02fc442f9b3f52a545357a759933cfeb37eb.tar.gz
ports-7ccb02fc442f9b3f52a545357a759933cfeb37eb.zip
Turn the TRANSLATOR option on by default. This adds the PO translation
tools without adding much overhead. Approved by: mat
Notes
Notes: svn path=/head/; revision=413614
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 420e9518399b..f366b73b10a0 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -3,7 +3,7 @@
PORTNAME= docproj
PORTVERSION= 2.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc
MAINTAINER= doceng@FreeBSD.org
@@ -27,7 +27,7 @@ USES= ghostscript:run metaport perl5
USE_PERL5= run
OPTIONS_DEFINE= DBLATEX CJK FOP IGOR JING SVN TRANSLATOR
-OPTIONS_DEFAULT= CJK IGOR
+OPTIONS_DEFAULT= CJK IGOR TRANSLATOR
.if !exists(/usr/bin/svnlite)
OPTIONS_DEFAULT+= SVN
.endif