aboutsummaryrefslogtreecommitdiff
path: root/devel/phabricator
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-01-01 13:36:20 +0000
committerRene Ladan <rene@FreeBSD.org>2019-01-01 13:36:20 +0000
commit8ba941daa081d4019dcf4f1126076f5fd3178501 (patch)
treeda938c097a176d42266cb588253f69fe9b3a7d44 /devel/phabricator
parent199ffcc433347d98da5c7ef18f531b4309b8d0e3 (diff)
downloadports-8ba941daa081d4019dcf4f1126076f5fd3178501.tar.gz
ports-8ba941daa081d4019dcf4f1126076f5fd3178501.zip
devel/phabricator: remove support for PHP 5.6
Notes
Notes: svn path=/head/; revision=488889
Diffstat (limited to 'devel/phabricator')
-rw-r--r--devel/phabricator/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile
index a25d99f7ec5d..40e7b868a02d 100644
--- a/devel/phabricator/Makefile
+++ b/devel/phabricator/Makefile
@@ -55,11 +55,7 @@ GD_USE= PHP=gd
.if ${PORT_OPTIONS:MOPCACHE}
USE_PHP+= opcache
-. if ${PHP_VER} >= 70
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
-. else
-RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR}
-. endif
.endif
USE_GITHUB= yes