aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-02 19:04:07 +0800
committerantoine <antoine@FreeBSD.org>2017-12-02 19:04:07 +0800
commit63455d60dc12d22034d6114d6bcd1b53ad4f769c (patch)
tree9dc4cd937ea7c05d77752eff8750d78c501ddfe1
parent1ad56a41b0d3310ff4e118f21d2b3eda1bf34187 (diff)
downloadfreebsd-ports-gnome-63455d60dc12d22034d6114d6bcd1b53ad4f769c.tar.gz
freebsd-ports-gnome-63455d60dc12d22034d6114d6bcd1b53ad4f769c.tar.zst
freebsd-ports-gnome-63455d60dc12d22034d6114d6bcd1b53ad4f769c.zip
Use the correct FLAVOR of py-naarad in py-zopkio
-rw-r--r--benchmarks/py-zopkio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/py-zopkio/Makefile b/benchmarks/py-zopkio/Makefile
index 372e9b1f084c..f91601339dd7 100644
--- a/benchmarks/py-zopkio/Makefile
+++ b/benchmarks/py-zopkio/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Zopkio
PORTVERSION= 0.2.5
+PORTREVISION= 1
CATEGORIES= benchmarks python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ COMMENT= Functional and Performance Test Framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= naarad:benchmarks/py-naarad \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}naarad>=1.0.15:benchmarks/py-naarad@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}kazoo>=1.1:devel/py-kazoo@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.1:security/py-paramiko@${FLAVOR} \