diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-05-29 13:40:01 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-05-29 13:40:01 +0000 |
commit | a41f975d0ce2fa4bf3b7659fc011608555336969 (patch) | |
tree | 4b46eb7c9ba769895892155b044531dda3d8073b /devel/pylint | |
parent | bb1357e92345ea3077a5d950efe6a1bf1021bb55 (diff) | |
download | ports-a41f975d0ce2fa4bf3b7659fc011608555336969.tar.gz ports-a41f975d0ce2fa4bf3b7659fc011608555336969.zip |
Notes
Diffstat (limited to 'devel/pylint')
-rw-r--r-- | devel/pylint/Makefile | 2 |
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 |