summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-25 15:34:34 +0000
committerjoerg <joerg>2006-07-25 15:34:34 +0000
commit641bc097253ad7f392c429caa5bb3cb7fc3ec960 (patch)
tree78af71305c46624bc780485963ce0496d4153ed4 /textproc
parentc70306cb18f7da9057c1562b5865dc46be017bdb (diff)
downloadpkgsrc-641bc097253ad7f392c429caa5bb3cb7fc3ec960.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"