diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:52:16 +0000 |
commit | 734b63302e4eff161f45e72e9888eb8fbd1ad403 (patch) | |
tree | f03527561482ff1ea85dbb668e027491c45829f5 /irc/py-irc | |
parent | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (diff) |
Notes
Diffstat (limited to 'irc/py-irc')
-rw-r--r-- | irc/py-irc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index da5711f4f040..49755921501f 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -17,10 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -USES= zip +USES= python zip +USE_PYTHON= distutils autoplist PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \ dccreceive.py dccsend.py ssl-cat.py |