aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nxt-python
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-21 00:04:12 +0800
committermva <mva@FreeBSD.org>2014-10-21 00:04:12 +0800
commit7ce78563a0105938ba50adb7bb5a9190a04bbb00 (patch)
treee54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/nxt-python
parent4d5673ea87894d510f7827650ddd990edeb1fd47 (diff)
downloadfreebsd-ports-gnome-7ce78563a0105938ba50adb7bb5a9190a04bbb00.tar.gz
freebsd-ports-gnome-7ce78563a0105938ba50adb7bb5a9190a04bbb00.tar.zst
freebsd-ports-gnome-7ce78563a0105938ba50adb7bb5a9190a04bbb00.zip
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'devel/nxt-python')
-rw-r--r--devel/nxt-python/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/nxt-python/Makefile b/devel/nxt-python/Makefile
index 665f0c9213b7..eb6a32000823 100644
--- a/devel/nxt-python/Makefile
+++ b/devel/nxt-python/Makefile
@@ -14,8 +14,7 @@ LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:${PORTSDIR}/devel/py-usb
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>