summaryrefslogtreecommitdiff
path: root/textproc/php-enchant
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-07 13:43:28 +0000
committertaca <taca@pkgsrc.org>2021-03-07 13:43:28 +0000
commit89547731c3fed354a6536bc0e9f214908303d1bd (patch)
tree0d6a71cafdcfa7f26b2f70b5469ae2fdb6cd5272 /textproc/php-enchant
parent6271221a062054e309c690c5d2b3cdd4aa7f458c (diff)
downloadpkgsrc-89547731c3fed354a6536bc0e9f214908303d1bd.tar.gz
textproc/php-enchant: add support for php80
Add support for php80. php80 contains own patch for php-enchant.
Diffstat (limited to 'textproc/php-enchant')
-rw-r--r--textproc/php-enchant/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile
index 32e59792736..b23819a8a7d 100644
--- a/textproc/php-enchant/Makefile
+++ b/textproc/php-enchant/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/03/08 16:51:29 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/03/07 13:43:28 taca Exp $
MODNAME= enchant
CATEGORIES+= textproc
@@ -7,6 +7,8 @@ PKGREVISION= 1
CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant}
+USE_PHP_EXT_PATCHES= yes
+
BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.4
.include "../../lang/php/ext.mk"