aboutsummaryrefslogtreecommitdiff
path: root/lang/php56
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/php56
parente00413cbd819779b68851df579ad6d8f4c3d6a9f (diff)
downloadports-63dc8aecfeb20f2ef7c3a3c572f7f5098e6cc718.tar.gz
ports-63dc8aecfeb20f2ef7c3a3c572f7f5098e6cc718.zip
Notes
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile.ext5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 9957c30b7fbc..a95862fd98d4 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/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