summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimil <imil>2014-04-08 16:52:50 +0000
committerimil <imil>2014-04-08 16:52:50 +0000
commit520ada3b96a1012042d4eafa6cd89025126531c1 (patch)
tree0bfc3a4813c3abfa48c19617a71945dd96949597
parentef669d079dc158c4fd7bc9df71804ed886767bc0 (diff)
downloadpkgsrc-520ada3b96a1012042d4eafa6cd89025126531c1.tar.gz
Forgot a new dependency for py-irclib (lang/py-six)
-rw-r--r--net/py-irclib/Makefile5
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