diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /emulators/higan | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) |
Notes
Diffstat (limited to 'emulators/higan')
-rw-r--r-- | emulators/higan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index 7537be300cec..77c73e06224c 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -84,7 +84,7 @@ VIDEO_DRIVER+= video.sdl .endif .if ${PORT_OPTIONS:MOPENAL} -USE_OPENAL+= al +USES+= openal:al AUDIO_DRIVER+= audio.openal .endif |