summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 15:05:01 +0000
committertaca <taca@pkgsrc.org>2010-03-16 15:05:01 +0000
commit5b7b01ddbb09834df447e566d41f21a643f40aef (patch)
treeb4e416d368a7a38323a8a3e81c76553f06f877a3 /converters
parent5b1b0c13a180b064670d244527e6eabb0cb688c2 (diff)
downloadpkgsrc-5b7b01ddbb09834df447e566d41f21a643f40aef.tar.gz
Add and enable php-mbstring.
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile3
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