diff options
Diffstat (limited to 'textproc/php-intl/Makefile')
-rw-r--r-- | textproc/php-intl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile index 21ae8711238..283e6889501 100644 --- a/textproc/php-intl/Makefile +++ b/textproc/php-intl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/06/10 09:40:01 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/29 13:47:03 cheusov Exp $ MODNAME= intl PECL_VERSION= 1.1.2 @@ -6,8 +6,6 @@ PKGREVISION= 2 CATEGORIES+= textproc COMMENT= PHP extension for i18n -PHP_VERSIONS_ACCEPTED= 5 - PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} |