diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:54:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:54:41 +0000 |
commit | 9ddcc1212bd360f4f2eb9118dea2db07dfa1eb6d (patch) | |
tree | 8ebac364a5814c005c93d6ffcc314775c4d2a5e5 /irc/py-irc | |
parent | d9142f168b3594d0f36739974a7b59e8270b59c3 (diff) |
Notes
Diffstat (limited to 'irc/py-irc')
-rw-r--r-- | irc/py-irc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index b7e153db11d7..a6a19f67c49c 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_AUTOPLIST= yes -USE_ZIP= yes +USES= zip PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \ dccreceive.py dccsend.py |