diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/phabricator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 0f45354d455d..72cca27bd63c 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -27,7 +27,7 @@ GD_USE= PHP=gd .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPCACHE} -. if ${PHP_EXT_DIR} >= 20121212 +. if ${PHP_EXT_DIR:C|[^0-9]||g} >= 20121212 USE_PHP+= opcache RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:${PORTSDIR}/devel/pecl-APCu . else |