diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:05:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:05:01 +0000 |
commit | 5b7b01ddbb09834df447e566d41f21a643f40aef (patch) | |
tree | b4e416d368a7a38323a8a3e81c76553f06f877a3 /converters | |
parent | 5b1b0c13a180b064670d244527e6eabb0cb688c2 (diff) | |
download | pkgsrc-5b7b01ddbb09834df447e566d41f21a643f40aef.tar.gz |
Add and enable php-mbstring.
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 6ba47b232b7..7395ef79d1c 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2009/09/07 18:24:11 joerg Exp $ +# $NetBSD: Makefile,v 1.102 2010/03/16 15:05:01 taca Exp $ # COMMENT= Document format and character code converters @@ -55,6 +55,7 @@ SUBDIR+= p5-Unicode-UTF8simple SUBDIR+= p5-chkjis SUBDIR+= p5-nkf SUBDIR+= php-iconv +SUBDIR+= php-mbstring SUBDIR+= psiconv SUBDIR+= py-chardet SUBDIR+= py-jpCodecs |