diff options
author | kei <kei@pkgsrc.org> | 2001-10-19 21:06:42 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-10-19 21:06:42 +0000 |
commit | 24e3e5f3b2add4e4dba2c1de886285aced17229a (patch) | |
tree | 53c79ec88d05541e7b9ec42c853a998b9335deca /misc | |
parent | f8d51511372dc295d696fb5d6859cd49e07d7b9c (diff) | |
download | pkgsrc-24e3e5f3b2add4e4dba2c1de886285aced17229a.tar.gz |
added and enabled php4-mbstring. Bernd Ernesti noticed in the private
message. Thank you.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index b0c111ec569..bf96cbcf9bd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2001/10/16 07:05:24 jlam Exp $ +# $NetBSD: Makefile,v 1.108 2001/10/19 21:06:42 kei Exp $ # COMMENT= Miscellaneous utilities @@ -69,6 +69,7 @@ SUBDIR+= p5-Locale-Codes SUBDIR+= p5-Search SUBDIR+= pdmenu SUBDIR+= php4-calendar +SUBDIR+= php4-mbstring SUBDIR+= pinfo SUBDIR+= proj SUBDIR+= pty-redir |