From c1ff1fe7d1532cdca85b8fc99b884225b299ef26 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 8 May 2012 19:29:45 +0000 Subject: [PATCH] Add an explicit dependency of easy_install. Note that the bundled install script do some weird things that makes USE_PYDISTUTILS=easy_install break the port, mark it so for now. Submitted by: William Grzybowski (maintainer) PR: ports/167714 --- irc/py-irclib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/irc/py-irclib/Makefile b/irc/py-irclib/Makefile index 1cc8bd88c1d7..d5902388f7c7 100644 --- a/irc/py-irclib/Makefile +++ b/irc/py-irclib/Makefile @@ -21,6 +21,10 @@ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= python-irclib PYDISTUTILS_NOEGGINFO=yes +# TODO: irclib have some weird install script bundled and use of +# USE_PYDISTUTILS=easy_install would break it +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools + PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} EXAMPLEFILES= irccat irccat2 servermap testbot.py \