diff options
author | wiz <wiz> | 2012-02-16 14:44:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-16 14:44:45 +0000 |
commit | 783cc24020196505777ef427b5e179ca7e2d3e0a (patch) | |
tree | 316210314f30be8e1b0b85d3d6e56624c99b0b2c /converters | |
parent | c5c7f17d3458c2e664c4e0be26e8fdb5204be3e5 (diff) | |
download | pkgsrc-783cc24020196505777ef427b5e179ca7e2d3e0a.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 |