Date: Sat, 1 Sep 2012 07:58:04 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303462 - head/graphics/blender Message-ID: <201209010758.q817w4DP072317@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sat Sep 1 07:58:03 2012 New Revision: 303462 URL: http://svn.freebsd.org/changeset/ports/303462 Log: - Fix OPENAL option typo PR: ports/170809 Submitted by: Artis Caune <Artis.Caune@gmail.com> Modified: head/graphics/blender/Makefile (contents, props changed) Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Sat Sep 1 06:45:23 2012 (r303461) +++ head/graphics/blender/Makefile Sat Sep 1 07:58:03 2012 (r303462) @@ -184,7 +184,7 @@ BROKEN= OCEANSIM requires FFTW3 CMAKE_ARGS+= -DWITH_MOD_OCEANSIM:BOOL=OFF .endif -.if ${PORT_OPTIONS:MOPENAL) +.if ${PORT_OPTIONS:MOPENAL} .if ${PORT_OPTIONS:MSAMPLERATE} USE_OPENAL= al alut CMAKE_ARGS+= -DWITH_OPENAL:BOOL=ON
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209010758.q817w4DP072317>