aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-al
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 /audio/py-al
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 'audio/py-al')
-rw-r--r--audio/py-al/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-al/Makefile b/audio/py-al/Makefile
index eba5ea0bc0db..6bee4174cc3e 100644
--- a/audio/py-al/Makefile
+++ b/audio/py-al/Makefile
@@ -10,10 +10,7 @@ DISTNAME= PyAL-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= PyAL is a binding of OpenAL for Python
-USES= openal:al
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= PyAL
+USES= openal:al python
+PYTHON_FEATURES=autoplist distutils
.include <bsd.port.mk>