diff options
Diffstat (limited to 'textproc/p5-Unicode-LineBreak/Makefile')
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index e7ceded14759..3183e5ec9ee2 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-LineBreak -PORTVERSION= 2012.10 +PORTVERSION= 2013.11 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,23 +14,15 @@ COMMENT= Unicode-LineBreak package LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-MIME-Charset>=0:${PORTSDIR}/mail/p5-MIME-Charset -RUN_DEPENDS:= ${BUILD_DEPENDS} +#BUILD_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset +#RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS+= --with-bundled-sombok \ - --disable-libthai +CONFIGURE_ARGS= --with-bundled-sombok \ + --disable-libthai -MAN3= Unicode::LineBreak.3 \ - Unicode::GCString::JA_JP.3 \ - Text::LineFold.3 \ - Unicode::LineBreak::JA_JP.3 \ - Unicode::GCString.3 \ - Text::LineFold::JA_JP.3 - -NO_STAGE= yes .include <bsd.port.mk> |