From fc17e550eddef887d6e1b70a8e7fc9f06056b731 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 25 Dec 2013 23:29:34 +0000 Subject: Convert the tree to USES=openal Approved by: portmgr (bapt) --- audio/py-al/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/py-al') 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 -- cgit