aboutsummaryrefslogtreecommitdiff
path: root/databases/py-redis
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/py-redis
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'databases/py-redis')
-rw-r--r--databases/py-redis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile
index 395c214d01c4..99015d50dd87 100644
--- a/databases/py-redis/Makefile
+++ b/databases/py-redis/Makefile
@@ -12,13 +12,13 @@ COMMENT= Python client for Redis key-value store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= redis-server:${PORTSDIR}/databases/redis
+TEST_DEPENDS= redis-server:databases/redis
OPTIONS_DEFINE= HIREDIS
HIREDIS_DESC= High performance response parser (via hiredis)
-HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:${PORTSDIR}/databases/py-hiredis
+HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:databases/py-hiredis
USES= python
USE_PYTHON= distutils autoplist concurrent