diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 21:13:57 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 21:13:57 +0000 |
commit | bff06f130c8946560d2a887e857868b858b4b3a5 (patch) | |
tree | bfe6be0cb0c9bac17fe4078e2d6346c625584208 /textproc | |
parent | 4171a7db8d1d104a335c5d3dc1a4b4302f72b6a3 (diff) | |
download | pkgsrc-bff06f130c8946560d2a887e857868b858b4b3a5.tar.gz |
A compiler is not necessary.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Balanced/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index 6d8faea60c3..0967d5c96ce 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/05/18 20:31:59 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/07 21:13:57 heinz Exp $ # DISTNAME= Text-Balanced-v2.0.0 @@ -16,7 +16,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= p5-version-[0-9]*:../../devel/p5-version -PERL5_PACKLIST= auto/Text/Balanced/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/Balanced/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |