diff options
author | jnemeth <jnemeth> | 2008-09-11 21:24:01 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2008-09-11 21:24:01 +0000 |
commit | 7e65360e82fa64b29b967e5ff907b7cfa5c5f3f5 (patch) | |
tree | e139efbd15b0d553bf8b1b016a4302cb35eed0e3 /converters | |
parent | 6af21e81e207d0e0cc8d412797a23888be46dab8 (diff) | |
download | pkgsrc-7e65360e82fa64b29b967e5ff907b7cfa5c5f3f5.tar.gz |
add and enable py-simplejson
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 2f8a8f9af08..47093278719 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2008/06/22 12:40:13 kim Exp $ +# $NetBSD: Makefile,v 1.97 2008/09/11 21:24:01 jnemeth Exp $ # COMMENT= Document format and character code converters @@ -56,6 +56,7 @@ SUBDIR+= php-iconv SUBDIR+= psiconv SUBDIR+= py-cjkcodecs SUBDIR+= py-jpCodecs +SUBDIR+= py-simplejson SUBDIR+= py-zhCodecs SUBDIR+= qkc SUBDIR+= qrencode |