diff options
author | mva <mva@FreeBSD.org> | 2014-08-10 16:55:08 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-10 16:55:08 +0800 |
commit | 948b01e37e87379ed9a87280c5e3965f448f399a (patch) | |
tree | 7dba53066d09a8c2cd4023bc7e2ec06918f0f0d3 /audio/py-al | |
parent | 57a08a863f07c3e9a7219f0fad05e83794033217 (diff) | |
download | freebsd-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/Makefile | 7 |
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> |