diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-05-08 19:29:45 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-05-08 19:29:45 +0000 |
commit | c1ff1fe7d1532cdca85b8fc99b884225b299ef26 (patch) | |
tree | 97993347d5ebd9511961c545b54240c5a57df8d5 /irc | |
parent | da023eeb0d519827f38d16bb1d4dc7fe67f579d8 (diff) | |
download | ports-c1ff1fe7d1532cdca85b8fc99b884225b299ef26.tar.gz ports-c1ff1fe7d1532cdca85b8fc99b884225b299ef26.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-irclib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |