From 1ec7be32f97e286674d0150e46a234b8c68b167d Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 15 Aug 2014 03:43:54 +0000 Subject: - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago) Notified by: koobs, wg --- sysutils/py-psutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index ec3dad5b7908..15cc5a2345c5 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -12,7 +12,7 @@ COMMENT= Process utilities module for Python LICENSE= BSD3CLAUSE -PYTHON_FEATURES=autoplist,distutils +USE_PYTHON= autoplist distutils USES= python post-install: -- cgit