svn commit: r303462 - head/graphics/blender

Marcus von Appen mva at FreeBSD.org
Sat Sep 1 07:58:04 UTC 2012


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 at 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



More information about the svn-ports-all mailing list