diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /audio/py-al | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) | |
download | ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.tar.gz ports-1df9d247be410e0fd8c43e281e7aaa314fef30e5.zip |
Notes
Diffstat (limited to 'audio/py-al')
-rw-r--r-- | audio/py-al/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-al/Makefile b/audio/py-al/Makefile index cf920a8f7323..eba5ea0bc0db 100644 --- a/audio/py-al/Makefile +++ b/audio/py-al/Makefile @@ -10,7 +10,7 @@ DISTNAME= PyAL-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= PyAL is a binding of OpenAL for Python -USE_OPENAL= al +USES= openal:al USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |