diff options
Diffstat (limited to 'textproc/php-intl')
-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 638ab9a69fc..3129c4db43c 100644 --- a/textproc/php-intl/Makefile +++ b/textproc/php-intl/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2012/07/20 12:30:37 taca Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:45 asau Exp $ MODNAME= intl CATEGORIES+= textproc COMMENT= PHP extension for i18n LICENSE= php -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} |