summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-07-25 15:34:34 +0000
committerjoerg <joerg@pkgsrc.org>2006-07-25 15:34:34 +0000
commit57b833060e19ca1ac9a4aa5412c06dc695d73472 (patch)
tree78af71305c46624bc780485963ce0496d4153ed4 /textproc
parent9c80bd073c1b0dd0a8a4da74c5b5bebf794841a4 (diff)
downloadpkgsrc-57b833060e19ca1ac9a4aa5412c06dc695d73472.tar.gz
Uses the C compiler.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-LevenshteinXS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-LevenshteinXS/Makefile b/textproc/p5-Text-LevenshteinXS/Makefile
index 2d47fbbe88a..99109ff60fa 100644
--- a/textproc/p5-Text-LevenshteinXS/Makefile
+++ b/textproc/p5-Text-LevenshteinXS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/01 17:54:05 ben Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/25 15:34:34 joerg Exp $
#
DISTNAME= Text-LevenshteinXS-0.03
@@ -12,7 +12,7 @@ COMMENT= XS implementation of the Levenshtein edit distance
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LANGUAGES= # empty
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Text/LevenshteinXS/.packlist
.include "../../lang/perl5/module.mk"