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 | 89fa29750fa20aad45039e2d103862a5959dda4d (patch) | |
tree | 7b9adc032f644f21d0222dca84a9dd80a5acc128 /textproc | |
parent | d808dcdb15ee1e4c8955538a8f62122946b370d9 (diff) | |
download | pkgsrc-89fa29750fa20aad45039e2d103862a5959dda4d.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 |