diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
commit | c153fc8db4cd271cf440847b07722defd6363824 (patch) | |
tree | 7d6f09364ae164355f84938027aaeaf3db656249 /textproc/p5-Unicode-LineBreak | |
parent | c38737831812e30552fdfdb25a09354064a3a461 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326939
Diffstat (limited to 'textproc/p5-Unicode-LineBreak')
-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 c823ce0e2935..4046871967dc 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= --with-bundled-sombok \ --disable-libthai |