summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-01 12:08:51 +0000
committernia <nia@pkgsrc.org>2019-07-01 12:08:51 +0000
commit021cf840d9c2e4074a6f1738f96e1eb7fcc104fa (patch)
tree01ce275dba748273b157c44489199d210be85d33 /graphics/blender
parentacd91e88a71249aa54d235c6ac750ec19b024035 (diff)
downloadpkgsrc-021cf840d9c2e4074a6f1738f96e1eb7fcc104fa.tar.gz
blender: Remove a reference to the old OpenAL package.
Diffstat (limited to 'graphics/blender')
-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