aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-YABT
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-21 01:59:37 +0800
committermva <mva@FreeBSD.org>2014-10-21 01:59:37 +0800
commit537b5acd69e701bd71ef3195a8552133259bc462 (patch)
tree8d28353772f2edfb8d12bf9422e8b4e2576fe7a4 /misc/py-YABT
parentb41373c7de0113933ba54946a8c41a10d166cd57 (diff)
downloadfreebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.tar.gz
freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.tar.zst
freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.zip
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'misc/py-YABT')
-rw-r--r--misc/py-YABT/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/py-YABT/Makefile b/misc/py-YABT/Makefile
index fe65e5a6bd5a..44194fdc251e 100644
--- a/misc/py-YABT/Makefile
+++ b/misc/py-YABT/Makefile
@@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= General Purpose Braille Translation System
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>