diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/phabricator | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/phabricator')
-rw-r--r-- | devel/phabricator/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 2f296ade1561..dd3f591a9cca 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -11,9 +11,9 @@ COMMENT= Open source, software engineering platform LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil \ - php5-arcanist>0:${PORTSDIR}/devel/arcanist \ - git:${PORTSDIR}/devel/git +RUN_DEPENDS= php5-libphutil>0:devel/libphutil \ + php5-arcanist>0:devel/arcanist \ + git:devel/git OPTIONS_DEFINE= GD OPCACHE OPTIONS_DEFAULT=OPCACHE @@ -35,7 +35,7 @@ GD_USE= PHP=gd .if ${PORT_OPTIONS:MOPCACHE} . 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 +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu . else USE_PHP+= apc . endif |