summaryrefslogtreecommitdiff
path: root/audio/py-openal
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-25 23:29:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-25 23:29:34 +0000
commit1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch)
tree5d26acd476642c3b773f75db8040205ff9dc4d29 /audio/py-openal
parentAdd new USES=openal, which will replace USE_OPENAL (diff)
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=337464
Diffstat (limited to 'audio/py-openal')
-rw-r--r--audio/py-openal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile
index 1abaf3bb4fec..b47f42657cef 100644
--- a/audio/py-openal/Makefile
+++ b/audio/py-openal/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= PyOpenAL is a binding of OpenAL for Python
DIST_SUBDIR= python
-USE_OPENAL= al alut
+USES= openal:al,alut
NO_STAGE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes