aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2018-05-23 21:58:32 +0800
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2018-05-23 21:58:32 +0800
commitdfbe91572a14b45109fc346af5548ef93805dfd1 (patch)
treedddfb45ede2aa7c46c0637a1ad7aaf82df9dfab5
parent4b3d4d3f41f5d3ba8202a846b7ac77a58091a837 (diff)
downloadfreebsd-ports-dfbe91572a14b45109fc346af5548ef93805dfd1.tar.gz
freebsd-ports-dfbe91572a14b45109fc346af5548ef93805dfd1.tar.zst
freebsd-ports-dfbe91572a14b45109fc346af5548ef93805dfd1.zip
MFH: r470701
devel/aphpunit: Add missing php module dependency Without it the tool is broken Approved by: ports-secteam (blanket)
Notes
Notes: svn path=/branches/2018Q2/; revision=470702
-rw-r--r--devel/aphpunit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/aphpunit/Makefile b/devel/aphpunit/Makefile
index 777552a98c0b..ddfd65af2509 100644
--- a/devel/aphpunit/Makefile
+++ b/devel/aphpunit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= aphpunit
DISTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://phar.toco-domains.de/
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE= BSD2CLAUSE
IGNORE_WITH_PHP= 56
USES= php:flavors
-USE_PHP= pcntl phar posix sysvmsg
+USE_PHP= mbstring pcntl phar posix sysvmsg
NO_ARCH= yes
NO_BUILD= yes