diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/blender/options.mk b/graphics/blender/options.mk index eb627e2cbc9..a05a4dd8e35 100644 --- a/graphics/blender/options.mk +++ b/graphics/blender/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/12/05 23:55:07 rillig Exp $ +# $NetBSD: options.mk,v 1.4 2010/05/05 18:21:52 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.blender PKG_SUPPORTED_OPTIONS= @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --without-ogg --disable-oggtest .if !empty(PKG_OPTIONS:Mopenal) CONFIGURE_ARGS+= --enable-openal .include "../../audio/openal/buildlink3.mk" +.else +CMAKE_ARGS+= -D WITH_OPENAL:BOOL=OFF .endif .if !empty(PKG_OPTIONS:Mvorbis) |