diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-08 20:41:00 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-08 20:41:00 +0000 |
commit | 1f7a55731c31b789aee6aea10966e7d72d5a01d0 (patch) | |
tree | 7b9adc032f644f21d0222dca84a9dd80a5acc128 /textproc | |
parent | fa29ac371fccc8e54ee2862b62deafc6f32b47da (diff) | |
download | pkgsrc-1f7a55731c31b789aee6aea10966e7d72d5a01d0.tar.gz |
The package needs no C compiler.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile index 2ea6454ba1c..dc450a4128f 100644 --- a/textproc/p5-Text-Diff/Makefile +++ b/textproc/p5-Text-Diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/11/05 17:06:43 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/01/08 20:48:18 heinz Exp $ DISTNAME= Text-Diff-0.35 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,9 @@ COMMENT= High-level text diffing module for Perl PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff +DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff + +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Diff/.packlist |