From 4120f40db6867f16365c9baeb09507bdb67d1034 Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 14 Jun 2014 08:20:21 +0000 Subject: - Remove easy_install dependency - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) --- irc/py-irc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'irc') 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 -- cgit