diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-16 14:44:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-16 14:44:45 +0000 |
commit | 11ca36539cba0ad0d924136d13a3a2a68413493c (patch) | |
tree | 316210314f30be8e1b0b85d3d6e56624c99b0b2c /converters | |
parent | 771a9d49b7b2b9a365d29b4d6bd20aa405dd405b (diff) | |
download | pkgsrc-11ca36539cba0ad0d924136d13a3a2a68413493c.tar.gz |
Sort.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/Makefile b/converters/Makefile index 1c830522187..c78cba47a09 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2012/02/12 18:50:52 abs Exp $ +# $NetBSD: Makefile,v 1.113 2012/02/16 14:44:45 wiz Exp $ # COMMENT= Document format and character code converters @@ -56,8 +56,8 @@ SUBDIR+= p5-Unicode-IMAPUtf7 SUBDIR+= p5-Unicode-Map SUBDIR+= p5-Unicode-Map8 SUBDIR+= p5-Unicode-MapUTF8 -SUBDIR+= p5-Unicode-String SUBDIR+= p5-Unicode-Normalize +SUBDIR+= p5-Unicode-String SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis SUBDIR+= p5-nkf |