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 /games/naev | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=337464
Diffstat (limited to 'games/naev')
-rw-r--r-- | games/naev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index 0ddbbef41bf9..e73a99c25f38 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -41,7 +41,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENAL} -USE_OPENAL= yes +USES+= openal CONFIGURE_ARGS+= --with-openal=yes .else CONFIGURE_ARGS+= --with-openal=no |