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 /security | |
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 'security')
-rw-r--r-- | security/obfsproxy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index ac74f4a36efc..5413a311adeb 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -13,7 +13,6 @@ COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml |