aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-04-21 06:08:37 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-04-21 06:08:37 +0000
commitdcef7b3d06c34b698b272866b1688d2a799a8f6c (patch)
treec1cbe191f32221bf24519a1a45ee90e6308be702
parent24cd0c7c5d095e2615b758f210ae63dbe805c0f5 (diff)
downloadports-dcef7b3d06c34b698b272866b1688d2a799a8f6c.tar.gz
ports-dcef7b3d06c34b698b272866b1688d2a799a8f6c.zip
Notes
-rw-r--r--devel/pylint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index ebd5f16e0e16..8c1bb7d6de1c 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pylint
PORTVERSION= 1.4.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -12,7 +13,8 @@ COMMENT= Analyzes python source code looking for bugs and signs of poor quality
LICENSE= LGPL21
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
USES= python
USE_PYTHON= distutils concurrent