diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 12:04:07 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 12:04:07 +0000 |
commit | 885b528f02f2eb87777e70b3402c84df29428105 (patch) | |
tree | e7739b3fe4bfdf1719f8d97173598bfde9ef261b /security/obfsproxy | |
parent | d48807ae69ccf968a3eb1d80123bf6aa21a39faa (diff) |
Notes
Diffstat (limited to 'security/obfsproxy')
-rw-r--r-- | security/obfsproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index fb7ecfabe80c..a9616cfa5b59 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptl ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto USE_PYTHON= yes -USE_TWISTED= yes +USES= twisted USE_PYDISTUTILS=easy_install SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy |