diff options
author | wiz <wiz> | 2012-05-17 10:32:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-05-17 10:32:20 +0000 |
commit | 972e32c8b6a9181c98de42b77fc979a42b480259 (patch) | |
tree | 6bbd00b39a9706397a6e55f87a3241301b0df326 /textproc | |
parent | 29bf81d0662b9a68a77118d3bb5657e23d7e7c52 (diff) | |
download | pkgsrc-972e32c8b6a9181c98de42b77fc979a42b480259.tar.gz |
Add missing dependency. Not make-jobs safe.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index b655172403e..6331c1a1c18 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 15:58:12 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/17 10:32:20 wiz Exp $ DISTNAME= Unicode-LineBreak-2012.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEZUMI/} @@ -10,10 +11,13 @@ COMMENT= Text::LineFold, Unicode::GCString and Unicode::LineBreak HOMEPAGE= http://search.cpan.org/~nezumi/Unicode-LineBreak-2012.02/ LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-MIME-Charset>=1.006.2:../../mail/p5-MIME-Charset + PKG_DESTDIR_SUPPORT= user-destdir MAKE_PARAMS+= --with-bundled-sombok MAKE_PARAMS+= --disable-libthai +MAKE_JOBS_SAFE= no USE_LANGUAGES= c |