aboutsummaryrefslogtreecommitdiff
path: root/devel/pylint
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-04-26 19:52:40 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-04-26 19:52:40 +0000
commitab6326b5bf40a1e3460137ad4d7b09bf01158e2b (patch)
treedeaa2d0e31f5727dd730e2a8aa80084f184b10fd /devel/pylint
parent86b9b0b49420c8a1535e100f61f368d488a75fa8 (diff)
downloadports-ab6326b5bf40a1e3460137ad4d7b09bf01158e2b.tar.gz
ports-ab6326b5bf40a1e3460137ad4d7b09bf01158e2b.zip
Notes
Diffstat (limited to 'devel/pylint')
-rw-r--r--devel/pylint/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index fe040e76d378..49087a07e351 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pylint
PORTVERSION= 0.11.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.logilab.org/pub/pylint/
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -14,7 +15,7 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= perky@FreeBSD.org
COMMENT= Analyzes python source code looking for bugs and signs of poor quality
-RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/logilab/__init__.py:${PORTSDIR}/devel/py-logilab-common
+RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/logilab/astng/__init__.py:${PORTSDIR}/devel/py-astng
USE_PYTHON= yes
USE_PYDISTUTILS=yes