aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-openal/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-26 07:29:34 +0800
committerantoine <antoine@FreeBSD.org>2013-12-26 07:29:34 +0800
commitfc17e550eddef887d6e1b70a8e7fc9f06056b731 (patch)
tree5d26acd476642c3b773f75db8040205ff9dc4d29 /audio/py-openal/Makefile
parent4c3b90b6bb5bdc235ec60ac72877f1ee418fe1cd (diff)
downloadfreebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.gz
freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.zst
freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.zip
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Diffstat (limited to 'audio/py-openal/Makefile')
-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