diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-04 04:51:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-04 04:51:25 +0800 |
commit | 5b46efd0e9f26c0c06c7c300c4761f96223785f7 (patch) | |
tree | 0c94e55651c5ca0a0b7d0feee44d81695de80bed | |
parent | c5cca01c7ec0beb3a5a2e008bcbf86415d4de734 (diff) | |
download | freebsd-ports-gnome-5b46efd0e9f26c0c06c7c300c4761f96223785f7.tar.gz freebsd-ports-gnome-5b46efd0e9f26c0c06c7c300c4761f96223785f7.tar.zst freebsd-ports-gnome-5b46efd0e9f26c0c06c7c300c4761f96223785f7.zip |
Revert r455433, this breaks ports depending on pylint's package name
-rw-r--r-- | devel/pylint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index be5de28ea288..fc291c5e3a2a 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -5,6 +5,7 @@ PORTNAME= pylint PORTVERSION= 1.7.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP +PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analyzes python source code looking for bugs and signs of poor quality @@ -24,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.5.1:devel/py-astroid@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} NO_ARCH= yes -USE_PYTHON= concurrent distutils optsuffix +USE_PYTHON= concurrent distutils USES= python shebangfix SHEBANG_FILES= pylint/test/data/ascript |