summaryrefslogtreecommitdiff
path: root/audio/hs-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/hs-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/hs-OpenAL')
-rw-r--r--audio/hs-OpenAL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile
index ebb00566eed4..e8ae5d77e543 100644
--- a/audio/hs-OpenAL/Makefile
+++ b/audio/hs-OpenAL/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
USE_CABAL= ObjectName StateVar Tensor
NO_STAGE= yes
-USE_OPENAL= al
+USES= openal:al
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})