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 /www | |
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 'www')
-rw-r--r-- | www/py-cactus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/py-cactus/Makefile b/www/py-cactus/Makefile index d1305cbd06c8..4a555ae70b96 100644 --- a/www/py-cactus/Makefile +++ b/www/py-cactus/Makefile @@ -15,7 +15,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>0:www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2 \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}boto>=2.4.1:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}tornado>=3.2:www/py-tornado \ ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog \ |