summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-17 10:32:20 +0000
committerwiz <wiz@pkgsrc.org>2012-05-17 10:32:20 +0000
commit90e0e13dfd7868d0a2bd1c2d35951f144889e15c (patch)
tree6bbd00b39a9706397a6e55f87a3241301b0df326
parentfdc63c02e619adc05b8315700739db50830e4618 (diff)
downloadpkgsrc-90e0e13dfd7868d0a2bd1c2d35951f144889e15c.tar.gz
Add missing dependency. Not make-jobs safe.
Bump PKGREVISION.
-rw-r--r--textproc/p5-Unicode-LineBreak/Makefile6
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