diff options
author | taca <taca@pkgsrc.org> | 2010-12-22 15:13:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-22 15:13:39 +0000 |
commit | 5e1a8d3c0bdbded70083680975f803b0d076610a (patch) | |
tree | 669f45ccdc599ffe369f66faf98d7f3c9f9bd4d1 /converters | |
parent | a24657c5af8a255ebcb17262f92fb09f7282b645 (diff) | |
download | pkgsrc-5e1a8d3c0bdbded70083680975f803b0d076610a.tar.gz |
Add and enable pear-I18n_UnicodeNormalizer.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index eed56e82426..3da2067bf3c 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2010/10/16 15:27:25 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2010/12/22 15:13:39 taca Exp $ # COMMENT= Document format and character code converters @@ -56,6 +56,7 @@ SUBDIR+= p5-Unicode-String SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis SUBDIR+= p5-nkf +SUBDIR+= pear-I18n_UnicodeNormalizer SUBDIR+= php-iconv SUBDIR+= php-mbstring SUBDIR+= psiconv |