diff options
author | mva <mva@FreeBSD.org> | 2010-05-20 14:00:12 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-05-20 14:00:12 +0800 |
commit | f40720a1236946946a72e8e5ab04d9e409470a2c (patch) | |
tree | 9493a9fdb980707f2c36205388de5c369f36fa75 | |
parent | 71ba14391e0858d135a92482ff5e1ac139d868ee (diff) | |
download | freebsd-ports-gnome-f40720a1236946946a72e8e5ab04d9e409470a2c.tar.gz freebsd-ports-gnome-f40720a1236946946a72e8e5ab04d9e409470a2c.tar.zst freebsd-ports-gnome-f40720a1236946946a72e8e5ab04d9e409470a2c.zip |
- Fix install to use only distutils, if setuptools are detected.
Reported by: Craig Leres (via mail)
-rw-r--r-- | devel/pylint/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 4934e76174a8..d64dcf24a11b 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -7,6 +7,7 @@ PORTNAME= pylint PORTVERSION= 0.21.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= LOGILAB PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -16,6 +17,7 @@ COMMENT= Analyzes python source code looking for bugs and signs of poor quality RUN_DEPENDS= ${PYTHON_SITELIBDIR}/logilab/astng/__init__.py:${PORTSDIR}/devel/py-astng +MAKE_ENV= NO_SETUPTOOLS=1 USE_PYTHON= yes USE_PYDISTUTILS=yes |