diff options
-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 |