aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-04-17 02:25:55 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-04-17 02:28:31 +0000
commit68adfabf6e4d88d2d36282b94439e5c19b84ed7a (patch)
treeb0014cd6ce83fbe1a2f73caa3eca108bd21385b9
parentf04318eac759bc287f81a64c9cff5e15211ed0b5 (diff)
downloadports-68adfabf6e4d88d2d36282b94439e5c19b84ed7a.tar.gz
ports-68adfabf6e4d88d2d36282b94439e5c19b84ed7a.zip
www/phalcon4: add mbstring dependency
Unbeknownst to the 4.1 release notes the mbstring module is now a runtime requirement. PR: 255109 Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
-rw-r--r--www/phalcon4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phalcon4/Makefile b/www/phalcon4/Makefile
index 4c707f5b568f..d5a32152456f 100644
--- a/www/phalcon4/Makefile
+++ b/www/phalcon4/Makefile
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL= ${PKGNAMEPREFIX}phalcon
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:devel/pecl-psr@${PHP_FLAVOR}
USES= localbase php:ext
-USE_PHP= hash:build json:build pdo:build session
+USE_PHP= hash:build json:build mbstring pdo:build session
IGNORE_WITH_PHP=80
PHP_MOD_PRIO= 30