diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
commit | fc17e550eddef887d6e1b70a8e7fc9f06056b731 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /audio/hs-ALUT | |
parent | 4c3b90b6bb5bdc235ec60ac72877f1ee418fe1cd (diff) | |
download | freebsd-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/hs-ALUT')
-rw-r--r-- | audio/hs-ALUT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile index 7cb9a884ebcc..cc486d4b7393 100644 --- a/audio/hs-ALUT/Makefile +++ b/audio/hs-ALUT/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD USE_CABAL= OpenAL StateVar NO_STAGE= yes -USE_OPENAL= al alut +USES= openal:al,alut INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) |