pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/blender blender: Remove a reference to the ol...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7ba6b026fc2
branches:  trunk
changeset: 335782:c7ba6b026fc2
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 01 12:08:51 2019 +0000

description:
blender: Remove a reference to the old OpenAL package.

diffstat:

 graphics/blender/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 88471fd0f308 -r c7ba6b026fc2 graphics/blender/options.mk
--- a/graphics/blender/options.mk       Mon Jul 01 11:02:53 2019 +0000
+++ b/graphics/blender/options.mk       Mon Jul 01 12:08:51 2019 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index