aboutsummaryrefslogtreecommitdiff
path: root/www/magento
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/magento
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Notes
Diffstat (limited to 'www/magento')
-rw-r--r--www/magento/Makefile6
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>