Index: head/security/obfsproxy/Makefile =================================================================== --- head/security/obfsproxy/Makefile (revision 456677) +++ head/security/obfsproxy/Makefile (revision 456678) @@ -1,26 +1,28 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= obfsproxy PORTVERSION= 0.2.13 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE +BROKEN= fails to configure + 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 SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy .include