diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-14 08:20:21 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-14 08:20:21 +0000 |
commit | 9097ea3cc4df89c1705a148a7a8a02ade29d9a0b (patch) | |
tree | 7925e531d80b40812c71a4ae65aae245d5a1f35a /irc | |
parent | ebb2c22391fc1978febe83d0c395da5164bef33d (diff) | |
download | ports-9097ea3cc4df89c1705a148a7a8a02ade29d9a0b.tar.gz ports-9097ea3cc4df89c1705a148a7a8a02ade29d9a0b.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-irc/Makefile | 5 |
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 |