Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 07:52:31 +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: r333984 - head/graphics/blender
Message-ID:  <201311160752.rAG7qVrX001834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Nov 16 07:52:31 2013
New Revision: 333984
URL: http://svnweb.freebsd.org/changeset/ports/333984

Log:
  - Do not set the user-defined CMAKE_VERBOSE variable
  
  Reported by:	makc@

Modified:
  head/graphics/blender/Makefile

Modified: head/graphics/blender/Makefile
==============================================================================
--- head/graphics/blender/Makefile	Sat Nov 16 06:38:19 2013	(r333983)
+++ head/graphics/blender/Makefile	Sat Nov 16 07:52:31 2013	(r333984)
@@ -21,7 +21,6 @@ USE_XORG=	x11 xext xmu
 USE_GL=		glew
 USES=		cmake:outsource shebangfix
 USE_PYTHON=	3.3
-CMAKE_VERBOSE=	yes
 
 CMAKE_ARGS+=	-DWITH_PYTHON_INSTALL:BOOL=OFF \
 		-DWITH_PYTHON_INSTALL_NUMPY:BOOL=OFF



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160752.rAG7qVrX001834>