aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-astroid
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-08-10 16:55:08 +0800
committermva <mva@FreeBSD.org>2014-08-10 16:55:08 +0800
commit948b01e37e87379ed9a87280c5e3965f448f399a (patch)
tree7dba53066d09a8c2cd4023bc7e2ec06918f0f0d3 /devel/py-astroid
parent57a08a863f07c3e9a7219f0fad05e83794033217 (diff)
downloadfreebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.tar.gz
freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.tar.zst
freebsd-ports-gnome-948b01e37e87379ed9a87280c5e3965f448f399a.zip
- Convert my ports to USES=python
Diffstat (limited to 'devel/py-astroid')
-rw-r--r--devel/py-astroid/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index b1ab13ed9c49..65315acff8c8 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -15,10 +15,10 @@ LICENSE= LGPL21
RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common
-WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b
-MAKE_ENV= NO_SETUPTOOLS=1
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b
+MAKE_ENV= NO_SETUPTOOLS=1
+PYTHON_FEATURES=distutils
.include <bsd.port.pre.mk>