diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-22 19:36:52 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-22 19:36:52 +0000 |
commit | 1f4ca6a59ece79f9b52f5fb3afa8e81c9744646d (patch) | |
tree | d28183c8dcc3b9c81694b5ca5672a8e43aba8dd5 /irc/py-irc | |
parent | 0dad495456efd1c5f4d5f061fea8f8c933299d18 (diff) | |
download | ports-1f4ca6a59ece79f9b52f5fb3afa8e81c9744646d.tar.gz ports-1f4ca6a59ece79f9b52f5fb3afa8e81c9744646d.zip |
Notes
Diffstat (limited to 'irc/py-irc')
-rw-r--r-- | irc/py-irc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index 4a65d0483b43..d9eddb8e4707 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -3,6 +3,7 @@ PORTNAME= irc PORTVERSION= 8.0.1 +PORTREVISION= 1 CATEGORIES= irc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,8 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install USE_ZIP= yes -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner EXAMPLEFILES= irccat.py irccat2.py servermap.py testbot.py \ dccreceive.py dccsend.py |