Date: Wed, 27 May 2015 03:12:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387536 - head/textproc/p5-Unicode-LineBreak Message-ID: <201505270312.t4R3CalD081909@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 27 03:12:35 2015 New Revision: 387536 URL: https://svnweb.freebsd.org/changeset/ports/387536 Log: - Add optional libthai support PR: 200155 Submitted by: amontalban@gmail.com Approved by: maintainer timeout (Olivier.Girard@univ-angers.fr, 2 weeks) Modified: head/textproc/p5-Unicode-LineBreak/Makefile Modified: head/textproc/p5-Unicode-LineBreak/Makefile ============================================================================== --- head/textproc/p5-Unicode-LineBreak/Makefile Wed May 27 03:10:34 2015 (r387535) +++ head/textproc/p5-Unicode-LineBreak/Makefile Wed May 27 03:12:35 2015 (r387536) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505270312.t4R3CalD081909>