git: 68adfabf6e4d - main - www/phalcon4: add mbstring dependency
Kevin Bowling
kbowling at FreeBSD.org
Sat Apr 17 02:28:49 UTC 2021
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=68adfabf6e4d88d2d36282b94439e5c19b84ed7a
commit 68adfabf6e4d88d2d36282b94439e5c19b84ed7a
Author: Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-04-17 02:25:55 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-04-17 02:28:31 +0000
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 at opnsense.org> (maintainer)
---
www/phalcon4/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list