diff options
author | wg <wg@FreeBSD.org> | 2013-12-09 18:15:14 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-09 18:15:14 +0800 |
commit | 65284527acda1862c3524c9b376ffe6b6abc5add (patch) | |
tree | 20baedf021f4943fdef4f25c2faffe363cfb1517 /devel | |
parent | 8f591068d89a36dd582f2301923c9814dbd79d73 (diff) | |
download | freebsd-ports-gnome-65284527acda1862c3524c9b376ffe6b6abc5add.tar.gz freebsd-ports-gnome-65284527acda1862c3524c9b376ffe6b6abc5add.tar.zst freebsd-ports-gnome-65284527acda1862c3524c9b376ffe6b6abc5add.zip |
devel/py-twisted: remove useless and misleading PYDISTUTILS_NOEGGINFO
Reported by: antoine
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twisted/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 6f30ae0ec031..b644801238cc 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/deve NO_BUILD= yes USE_PYTHON= -2.7 -PYDISTUTILS_NOEGGINFO= yes # Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options |