diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/magento | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/magento')
-rw-r--r-- | www/magento/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/magento/Makefile b/www/magento/Makefile index 2e359039c6e9..ac45ae2d6e6f 100644 --- a/www/magento/Makefile +++ b/www/magento/Makefile @@ -26,14 +26,14 @@ MAGENTODIR?= www/magento .include <bsd.port.options.mk> .if !empty(${PORT_OPTIONS:MOAUTH}) -RUN_DEPENDS+= pecl-oauth>=1.2.3:${PORTSDIR}/net/pecl-oauth +RUN_DEPENDS+= pecl-oauth>=1.2.3:net/pecl-oauth .endif .if !empty(${PORT_OPTIONS:MREDIS}) -RUN_DEPENDS+= php56-redis>=2.2.0:${PORTSDIR}/databases/php56-redis +RUN_DEPENDS+= php56-redis>=2.2.0:databases/php56-redis .endif # First need to submit the port #.if ${PORT_OPTIONS:MSNAPPY} -#RUN_DEPENDS+= php5-snappy>=0.0.2:${PORTSDIR}/archivers/php5-snappy +#RUN_DEPENDS+= php5-snappy>=0.0.2:archivers/php5-snappy #.endif .include <bsd.port.pre.mk> |