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 <william88 gmail.com> (maintainer)
PR:		ports/167714
This commit is contained in:
Xin LI 2012-05-08 19:29:45 +00:00
parent da023eeb0d
commit c1ff1fe7d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296243

View file

@ -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 \