diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-10 18:12:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-10 18:12:35 +0000 |
commit | d9be46db23bf50c59a16a832ef2c9868c926a9f9 (patch) | |
tree | c382569b02383b1d01428539830bff70209d655d /textproc | |
parent | 83c258ba8a2d1d7c88323024241939a97f1d1005 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index 8b1b92d19f52..6473a0b50147 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -3,7 +3,7 @@ PORTNAME= Unicode-LineBreak PORTVERSION= 2014.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,6 +26,7 @@ USE_PERL5= configure CONFIGURE_ARGS= --with-bundled-sombok OPTIONS_DEFINE= THAI +OPTIONS_DEFAULT=THAI THAI_DESC= Thai word segmentation support through libthai THAI_USES= pkgconfig |