summaryrefslogtreecommitdiff
path: root/graphics/blender/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/options.mk')
-rw-r--r--graphics/blender/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/blender/options.mk b/graphics/blender/options.mk
index f3939c37fba..f5a452554a4 100644
--- a/graphics/blender/options.mk
+++ b/graphics/blender/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2018/01/14 14:58:38 rillig Exp $
+# $NetBSD: options.mk,v 1.7 2019/07/01 12:08:51 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.blender
PKG_SUPPORTED_OPTIONS=
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-ogg --disable-oggtest
.if !empty(PKG_OPTIONS:Mopenal)
CONFIGURE_ARGS+= --enable-openal
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
.else
CMAKE_OPTS+= -DWITH_OPENAL:BOOL=OFF
.endif