diff options
author | imil <imil> | 2014-04-08 16:52:50 +0000 |
---|---|---|
committer | imil <imil> | 2014-04-08 16:52:50 +0000 |
commit | 520ada3b96a1012042d4eafa6cd89025126531c1 (patch) | |
tree | 0bfc3a4813c3abfa48c19617a71945dd96949597 /net/py-irclib | |
parent | ef669d079dc158c4fd7bc9df71804ed886767bc0 (diff) | |
download | pkgsrc-520ada3b96a1012042d4eafa6cd89025126531c1.tar.gz |
Forgot a new dependency for py-irclib (lang/py-six)
Diffstat (limited to 'net/py-irclib')
-rw-r--r-- | net/py-irclib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 6cd61e7ffed..76b5ff1ad9a 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2014/04/08 16:40:35 imil Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/08 16:52:50 imil Exp $ # IRCVERS= 8.5.4 DISTNAME= irc-${IRCVERS} PKGNAME= ${PYPKGPREFIX}-irclib-${IRCVERS} +PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= http://pypi.python.org/packages/source/i/irc/ EXTRACT_SUFX= .zip @@ -15,6 +16,8 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none +DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six + .include "../../lang/python/egg.mk" PLIST_VARS+= requires |