aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2006-04-27 03:52:40 +0800
committerperky <perky@FreeBSD.org>2006-04-27 03:52:40 +0800
commitf1e25879402c51b1b5362822145f037604ae6f70 (patch)
tree9680bdee4d2699f1bbccb3edf9e243c8fe778fe1 /devel
parentf760394e619c2f5fdd0cfa3c3a70e109bdbb71fc (diff)
downloadfreebsd-ports-gnome-f1e25879402c51b1b5362822145f037604ae6f70.tar.gz
freebsd-ports-gnome-f1e25879402c51b1b5362822145f037604ae6f70.tar.zst
freebsd-ports-gnome-f1e25879402c51b1b5362822145f037604ae6f70.zip
Fix dependency. New version of pylint requires devel/py-astng as
well as devel/py-logilab-common. Reported by: Rene Ladan <r.c.ladan@gmail.com>
Diffstat (limited to 'devel')
-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