aboutsummaryrefslogtreecommitdiff
path: root/lang/php74
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-10-08 21:07:59 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-10-08 21:07:59 +0000
commite916ded5b9840925e12eaf16bafabe7dab9e6d9c (patch)
treeb0e1b00e397d0518d9dd5f02bbca8a87d5460c2e /lang/php74
parent330dba5e73a8f72efda12ce32a51e43403d35f1e (diff)
downloadports-e916ded5b9840925e12eaf16bafabe7dab9e6d9c.tar.gz
ports-e916ded5b9840925e12eaf16bafabe7dab9e6d9c.zip
lang/php74: Add missing dependency from php74-xmlreader to php74-dom
xmlreader needs not only the DOM extension, but to be compiled with --enabled-dom. This commit adds the missing configuration to etablish the dependency. PR: 249886 Submitted by: michael.glaus@hostpoint.ch Sponsored by: Bounce Experts
Notes
Notes: svn path=/head/; revision=551733
Diffstat (limited to 'lang/php74')
-rw-r--r--lang/php74/Makefile.ext2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php74/Makefile.ext b/lang/php74/Makefile.ext
index 49be3b8fab1b..460dead76d50 100644
--- a/lang/php74/Makefile.ext
+++ b/lang/php74/Makefile.ext
@@ -392,6 +392,8 @@ CONFIGURE_ARGS+=--enable-xmlreader \
--with-libxml-dir=${LOCALBASE}
USE_GNOME= libxml2
+
+USE_PHP= dom:build
.endif
.if ${PHP_MODNAME} == "xmlrpc"