diff options
Diffstat (limited to 'misc/php4-mbstring/Makefile')
-rw-r--r-- | misc/php4-mbstring/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile deleted file mode 100644 index dbba98f3580..00000000000 --- a/misc/php4-mbstring/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2004/04/25 00:20:38 xtraeme Exp $ - -MODNAME= mbstring -CATEGORIES+= misc -PKGREVISION= # empty -COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only) - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} - -.include "../../mk/bsd.pkg.mk" |