aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-14 16:20:21 +0800
committermva <mva@FreeBSD.org>2014-06-14 16:20:21 +0800
commit4120f40db6867f16365c9baeb09507bdb67d1034 (patch)
tree7925e531d80b40812c71a4ae65aae245d5a1f35a /irc
parent12dbfcb71439f276ac5da6882e3280b3be7b5d3c (diff)
downloadfreebsd-ports-gnome-4120f40db6867f16365c9baeb09507bdb67d1034.tar.gz
freebsd-ports-gnome-4120f40db6867f16365c9baeb09507bdb67d1034.tar.zst
freebsd-ports-gnome-4120f40db6867f16365c9baeb09507bdb67d1034.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
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