summaryrefslogtreecommitdiff
path: root/misc/php4-mbstring
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:18:18 +0000
committerjlam <jlam>2002-02-28 06:18:18 +0000
commit14b76e8286f59edc2c77b65f98d23732c8d468ff (patch)
treec5191f6ba8bdcddeed33b3657029142dc9b32034 /misc/php4-mbstring
parent9d070ff4d8b138e05de06b2203c2bc4a0a846c40 (diff)
downloadpkgsrc-14b76e8286f59edc2c77b65f98d23732c8d468ff.tar.gz
Update misc/php4-mbstring to 4.1.2. Changes from version 4.1.1 include:
- Changed the default output encoding of mbstring 'pass' to fix initialization problem (Rui)
Diffstat (limited to 'misc/php4-mbstring')
-rw-r--r--misc/php4-mbstring/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile
index 1de71299fd2..f3d27ed7f7f 100644
--- a/misc/php4-mbstring/Makefile
+++ b/misc/php4-mbstring/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:03 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:18 jlam Exp $
MODNAME= mbstring
CATEGORIES+= misc
@@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only)
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../mk/bsd.pkg.mk"