aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-14 08:20:21 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-14 08:20:21 +0000
commit9097ea3cc4df89c1705a148a7a8a02ade29d9a0b (patch)
tree7925e531d80b40812c71a4ae65aae245d5a1f35a /irc
parentebb2c22391fc1978febe83d0c395da5164bef33d (diff)
downloadports-9097ea3cc4df89c1705a148a7a8a02ade29d9a0b.tar.gz
ports-9097ea3cc4df89c1705a148a7a8a02ade29d9a0b.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/py-irc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile
index a6a19f67c49c..b21466f82c86 100644
--- a/irc/py-irc/Makefile
+++ b/irc/py-irc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= irc
PORTVERSION= 8.5.4
+PORTREVISION= 1
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +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=easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zip