diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-25 15:34:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-25 15:34:34 +0000 |
commit | 57b833060e19ca1ac9a4aa5412c06dc695d73472 (patch) | |
tree | 78af71305c46624bc780485963ce0496d4153ed4 /textproc | |
parent | 9c80bd073c1b0dd0a8a4da74c5b5bebf794841a4 (diff) | |
download | pkgsrc-57b833060e19ca1ac9a4aa5412c06dc695d73472.tar.gz |
Uses the C compiler.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-LevenshteinXS/Makefile | 4 |
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" |