diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-18 21:20:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-18 21:20:29 +0800 |
commit | a3b28744c73dfd83f14d1263f52afdbe39487d77 (patch) | |
tree | 7c84241dbe4eeda79e9eb7581542179b57b82064 /security | |
parent | d3f16732a66778b65a94f996bf7d125510e6e4d4 (diff) | |
download | freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.gz freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.zst freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.zip |
Clean up some USES=python
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'security')
-rw-r--r-- | security/nyx/Makefile | 2 | ||||
-rw-r--r-- | security/py-safe/Makefile | 2 | ||||
-rw-r--r-- | security/py-stem/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/nyx/Makefile b/security/nyx/Makefile index f228ff6de188..0754da3fec1d 100644 --- a/security/nyx/Makefile +++ b/security/nyx/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} -USES= python:2.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/security/py-safe/Makefile b/security/py-safe/Makefile index b2ca9f74e6f7..1e949b4f218b 100644 --- a/security/py-safe/Makefile +++ b/security/py-safe/Makefile @@ -14,7 +14,7 @@ COMMENT= Python library to test password strength LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.6+ +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/security/py-stem/Makefile b/security/py-stem/Makefile index dc3b8d10d00d..d21cda9321bf 100644 --- a/security/py-stem/Makefile +++ b/security/py-stem/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR} -USES= python:2.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes |