diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-02 16:16:21 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-02 16:16:21 +0800 |
commit | 84c0ac7c0b57749de78361dfa85440634cea7269 (patch) | |
tree | 52c6d5b88e8118bdbaaa45fbc74cd8a066495dfd /security/py-obfsproxy-tor | |
parent | b7e34fdcd8bac64b805aea25407100b13515c833 (diff) | |
download | freebsd-ports-gnome-84c0ac7c0b57749de78361dfa85440634cea7269.tar.gz freebsd-ports-gnome-84c0ac7c0b57749de78361dfa85440634cea7269.tar.zst freebsd-ports-gnome-84c0ac7c0b57749de78361dfa85440634cea7269.zip |
security/py-obfsproxy-tor security/nyx: Revert noflavors
Requested by: koobs
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'security/py-obfsproxy-tor')
-rw-r--r-- | security/py-obfsproxy-tor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/py-obfsproxy-tor/Makefile b/security/py-obfsproxy-tor/Makefile index 4a443d98a252..22c1636fcf2f 100644 --- a/security/py-obfsproxy-tor/Makefile +++ b/security/py-obfsproxy-tor/Makefile @@ -16,13 +16,13 @@ COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} USES= python:2.7 -USE_PYTHON= distutils autoplist noflavors +USE_PYTHON= distutils autoplist SUB_FILES= pkg-message NO_ARCH= yes |