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:
parent
da023eeb0d
commit
c1ff1fe7d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296243
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue