diff options
author | rene <rene@FreeBSD.org> | 2016-12-04 21:08:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-12-04 21:08:46 +0800 |
commit | 868b0de335bf2c508b25d06e11e348a98196c128 (patch) | |
tree | 56a5bc8e3bf0ace5feafeabd74d4edc4acbf99f2 /benchmarks/py-naarad | |
parent | 58571e6cc099e4e1f7fb54aea5195e655cb296e3 (diff) | |
download | freebsd-ports-gnome-868b0de335bf2c508b25d06e11e348a98196c128.tar.gz freebsd-ports-gnome-868b0de335bf2c508b25d06e11e348a98196c128.tar.zst freebsd-ports-gnome-868b0de335bf2c508b25d06e11e348a98196c128.zip |
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.
sysutils/osquery fails to build because of C++ errors.
Diffstat (limited to 'benchmarks/py-naarad')
-rw-r--r-- | benchmarks/py-naarad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/py-naarad/Makefile b/benchmarks/py-naarad/Makefile index c5c3287450a8..a880d69eb036 100644 --- a/benchmarks/py-naarad/Makefile +++ b/benchmarks/py-naarad/Makefile @@ -12,8 +12,7 @@ COMMENT= Framework for performance analysis LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2013.8,1:devel/py-pytz \ +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 \ bash:shells/bash \ |