aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-iowait
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2014-08-30 04:57:09 +0800
committerolivierd <olivierd@FreeBSD.org>2014-08-30 04:57:09 +0800
commit5c512960be46f79290ba9cea385d293c8e28c1dc (patch)
tree502d87441ef532432f770693b15452e7ad7a42dc /sysutils/py-iowait
parentc5f8511ede8c171c65ba77ee8764ff48f232c741 (diff)
downloadfreebsd-ports-gnome-5c512960be46f79290ba9cea385d293c8e28c1dc.tar.gz
freebsd-ports-gnome-5c512960be46f79290ba9cea385d293c8e28c1dc.tar.zst
freebsd-ports-gnome-5c512960be46f79290ba9cea385d293c8e28c1dc.zip
- Convert my own Python ports to USES= python
Diffstat (limited to 'sysutils/py-iowait')
-rw-r--r--sysutils/py-iowait/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-iowait/Makefile b/sysutils/py-iowait/Makefile
index 21602571fee7..5edf88138d5e 100644
--- a/sysutils/py-iowait/Makefile
+++ b/sysutils/py-iowait/Makefile
@@ -12,8 +12,7 @@ COMMENT= Python module for I/O completion events
LICENSE= GPLv3
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>