summaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-23 10:54:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-23 10:54:49 +0000
commit63dc8aecfeb20f2ef7c3a3c572f7f5098e6cc718 (patch)
tree52833bf458b30485e2be988ed14d8a332e2ed4c7 /lang/php55
parent- Update to 1.59 (diff)
- Add enchant php55/php56/php70 extension
PR: 208828 Submitted by: daniel@blodan.se Approved by: maintainer timeout (ale, 4 months)
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile.ext5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index 0087da08853b..2ca419f68765 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -60,6 +60,11 @@ CONFIGURE_ARGS+=--enable-dom \
USE_GNOME= libxml2
.endif
+.if ${PHP_MODNAME} == "enchant"
+LIB_DEPENDS+= libenchant.so:textproc/enchant
+CONFIGURE_ARGS+=--with-enchant=${LOCALBASE}
+.endif
+
.if ${PHP_MODNAME} == "exif"
CONFIGURE_ARGS+=--enable-exif
.endif