aboutsummaryrefslogtreecommitdiff
path: root/devel/pylint/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2010-05-18 20:07:23 +0000
committerMarcus von Appen <mva@FreeBSD.org>2010-05-18 20:07:23 +0000
commitee749f877cfb53af751c082fad7375f738be3d9f (patch)
treefed9a683560ee2fddf159cef7e183e766602e476 /devel/pylint/Makefile
parent93b040efb34c846b75266c87dc96534715fb702c (diff)
Notes
Diffstat (limited to 'devel/pylint/Makefile')
-rw-r--r--devel/pylint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 77ad6c79e22b..4934e76174a8 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pylint
-PORTVERSION= 0.20.0
+PORTVERSION= 0.21.0
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -14,10 +14,10 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= Analyzes python source code looking for bugs and signs of poor quality
-RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/logilab_astng-0.20.0-py2.6.egg/logilab/astng/__init__.py:${PORTSDIR}/devel/py-astng
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/logilab/astng/__init__.py:${PORTSDIR}/devel/py-astng
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
OPTIONS= GUI "Include Tkinter support for pylint-gui" Off