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 /print | |
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 'print')
-rw-r--r-- | print/cloudprint/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/cloudprint/Makefile b/print/cloudprint/Makefile index dead64999591..9ceefd0c3535 100644 --- a/print/cloudprint/Makefile +++ b/print/cloudprint/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups \ ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon \ - ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests USE_GITHUB= yes |