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
commit2977ff17fc01895f6151821e3843bd6fa43f312d (patch)
tree78af71305c46624bc780485963ce0496d4153ed4 /textproc
parent95236ae1a24b76448d8c7b25b58874f424c90fa6 (diff)
downloadpkgsrc-2977ff17fc01895f6151821e3843bd6fa43f312d.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"