diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 13:50:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 13:50:34 +0000 |
commit | fd39697b00d13686ce57e7d046596a48308a9be2 (patch) | |
tree | 03ddb25012d832593c0e43dbc2af60882d077a8d /misc | |
parent | 37cf952f2ad91e987d0f8ef8e29691b196019c65 (diff) | |
download | pkgsrc-fd39697b00d13686ce57e7d046596a48308a9be2.tar.gz |
* Remove USE_PHP_EXT_PATCHES since there is no patch for php-mbstring package.
* Fix COMMENT it isn't Japanese only.
Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/php-mbstring/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/php-mbstring/Makefile b/misc/php-mbstring/Makefile index d53ba3d87b2..90b741fe897 100644 --- a/misc/php-mbstring/Makefile +++ b/misc/php-mbstring/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2009/02/22 11:08:20 adrianp Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/16 13:50:34 taca Exp $ MODNAME= mbstring +PKGREVISION= 1 CATEGORIES+= misc -COMMENT= PHP extension for multibyte characters support (currently, Japanese only) +COMMENT= PHP extension for multibyte characters support PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= php-mbstring-[0-9]* -USE_PHP_EXT_PATCHES= yes - CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../lang/php/ext.mk" |