diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:59:37 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:59:37 +0800 |
commit | 537b5acd69e701bd71ef3195a8552133259bc462 (patch) | |
tree | 8d28353772f2edfb8d12bf9422e8b4e2576fe7a4 /misc/py-YABT | |
parent | b41373c7de0113933ba54946a8c41a10d166cd57 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |