aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-LineBreak/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 03:12:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 03:12:35 +0000
commit7235d89fcd2a336c9d2695025b79d106b0263e14 (patch)
tree846405e4861a32636ec040378ea0721049f88e7a /textproc/p5-Unicode-LineBreak/Makefile
parent52b38bfcb2621bc8ff0b7f908bfe5f446eb980a1 (diff)
Notes
Diffstat (limited to 'textproc/p5-Unicode-LineBreak/Makefile')
-rw-r--r--textproc/p5-Unicode-LineBreak/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile
index b86e8ba86d13..8b1b92d19f52 100644
--- a/textproc/p5-Unicode-LineBreak/Makefile
+++ b/textproc/p5-Unicode-LineBreak/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Unicode-LineBreak
PORTVERSION= 2014.06
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,7 +23,13 @@ MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS= --with-bundled-sombok \
- --disable-libthai
+CONFIGURE_ARGS= --with-bundled-sombok
+
+OPTIONS_DEFINE= THAI
+
+THAI_DESC= Thai word segmentation support through libthai
+THAI_USES= pkgconfig
+THAI_LIB_DEPENDS= libthai.so:${PORTSDIR}/devel/libthai
+THAI_CONFIGURE_OFF= --disable-libthai
.include <bsd.port.mk>