summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorheinz <heinz>2008-02-07 21:13:57 +0000
committerheinz <heinz>2008-02-07 21:13:57 +0000
commit06b749a97b2ff72f98ce16b31007fa2300441e72 (patch)
treebfe6be0cb0c9bac17fe4078e2d6346c625584208 /textproc
parent66f9784f810ab2dca6315dfd91608d8ffcc09107 (diff)
downloadpkgsrc-06b749a97b2ff72f98ce16b31007fa2300441e72.tar.gz
A compiler is not necessary.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Balanced/Makefile5
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"