diff options
author | Warren Block <wblock@FreeBSD.org> | 2016-04-18 21:22:46 +0000 |
---|---|---|
committer | Warren Block <wblock@FreeBSD.org> | 2016-04-18 21:22:46 +0000 |
commit | 7ccb02fc442f9b3f52a545357a759933cfeb37eb (patch) | |
tree | 82e5255af890d143792b33db88e272d8e98e18f9 | |
parent | 7192f9a55d0aa1aa124ae99944970ba7e15964e3 (diff) | |
download | ports-7ccb02fc442f9b3f52a545357a759933cfeb37eb.tar.gz ports-7ccb02fc442f9b3f52a545357a759933cfeb37eb.zip |
Notes
-rw-r--r-- | textproc/docproj/Makefile | 4 |
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 |