diff options
Diffstat (limited to 'textproc/php-enchant/Makefile')
-rw-r--r-- | textproc/php-enchant/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile index 77b51659c2b..5c7fa6e3f2c 100644 --- a/textproc/php-enchant/Makefile +++ b/textproc/php-enchant/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:42:44 taca Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/21 12:42:08 jdolecek Exp $ MODNAME= enchant +PECL_VERSION= 1.1.0 CATEGORIES+= textproc -COMMENT= PHP extension for ENCHANT support. +COMMENT= PHP extension for ENCHANT (spelling) support PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant} -PHP_VERSION_REQD= 53 +BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.4 .include "../../lang/php/ext.mk" .include "../../textproc/enchant/buildlink3.mk" |