summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Diff
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-08 20:41:00 +0000
committerheinz <heinz@pkgsrc.org>2008-01-08 20:41:00 +0000
commit89fa29750fa20aad45039e2d103862a5959dda4d (patch)
tree7b9adc032f644f21d0222dca84a9dd80a5acc128 /devel/p5-Algorithm-Diff
parentd808dcdb15ee1e4c8955538a8f62122946b370d9 (diff)
downloadpkgsrc-89fa29750fa20aad45039e2d103862a5959dda4d.tar.gz
The package needs no C compiler.
Diffstat (limited to 'devel/p5-Algorithm-Diff')
-rw-r--r--devel/p5-Algorithm-Diff/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile
index 2c8afd748fd..b42767a9e89 100644
--- a/devel/p5-Algorithm-Diff/Makefile
+++ b/devel/p5-Algorithm-Diff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/06/09 23:25:15 abs Exp $
+# $NetBSD: Makefile,v 1.14 2008/01/08 20:46:23 heinz Exp $
DISTNAME= Algorithm-Diff-1.1902
PKGNAME= p5-${DISTNAME}
@@ -12,8 +12,9 @@ COMMENT= Perl module for diffing similar to diff(1)
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
+USE_LANGUAGES= # empty
+REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
PERL5_PACKLIST= auto/Algorithm/Diff/.packlist
.include "../../lang/perl5/module.mk"