aboutsummaryrefslogtreecommitdiff
path: root/devel/pylint
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-05-29 13:40:01 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-05-29 13:40:01 +0000
commita41f975d0ce2fa4bf3b7659fc011608555336969 (patch)
tree4b46eb7c9ba769895892155b044531dda3d8073b /devel/pylint
parentbb1357e92345ea3077a5d950efe6a1bf1021bb55 (diff)
downloadports-a41f975d0ce2fa4bf3b7659fc011608555336969.tar.gz
ports-a41f975d0ce2fa4bf3b7659fc011608555336969.zip
Fix dependency.
Spotted by: dosirak via kris
Notes
Notes: svn path=/head/; revision=110276
Diffstat (limited to 'devel/pylint')
-rw-r--r--devel/pylint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 8ed75b7478d3..a1c58e57d933 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -14,7 +14,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/pylint/__init__.py:${PORTSDIR}/devel/py-logilab-common
+RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/logilab/__init__.py:${PORTSDIR}/devel/py-logilab-common
USE_PYTHON= yes
USE_PYDISTUTILS=yes