diff options
Diffstat (limited to 'security/obfsproxy/Makefile')
-rw-r--r-- | security/obfsproxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index c46868dc1473..8aa34146f25d 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptl ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml -USE_PYTHON= yes -USES= twisted -USE_PYDISTUTILS=yes +USE_PYTHON= distutils +USES= python twisted SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy |