diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /benchmarks | |
parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) | |
download | ports-551be3c7231225ed9c26479af2b8914fb2ef0ea8.tar.gz ports-551be3c7231225ed9c26479af2b8914fb2ef0ea8.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/py-naarad/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/py-zopkio/Makefile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/benchmarks/py-naarad/Makefile b/benchmarks/py-naarad/Makefile index a880d69eb036..de8920d32a15 100644 --- a/benchmarks/py-naarad/Makefile +++ b/benchmarks/py-naarad/Makefile @@ -12,9 +12,9 @@ COMMENT= Framework for performance analysis LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}luminol>0:math/py-luminol@${FLAVOR} \ bash:shells/bash \ gawk:lang/gawk diff --git a/benchmarks/py-zopkio/Makefile b/benchmarks/py-zopkio/Makefile index f68ea44e64b0..372e9b1f084c 100644 --- a/benchmarks/py-zopkio/Makefile +++ b/benchmarks/py-zopkio/Makefile @@ -12,10 +12,10 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= naarad:benchmarks/py-naarad \ - ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}kazoo>=1.1:devel/py-kazoo \ - ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.1:security/py-paramiko \ - ${PYTHON_PKGNAMEPREFIX}junit-xml>0:textproc/py-junit-xml \ + ${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} \ + ${PYTHON_PKGNAMEPREFIX}junit-xml>0:textproc/py-junit-xml@${FLAVOR} \ USES= python USE_PYTHON= autoplist concurrent distutils |