svn commit: r507591 - head/devel/godot2

Jan Beich jbeich at FreeBSD.org
Mon Jul 29 19:35:53 UTC 2019


Author: jbeich
Date: Mon Jul 29 19:35:52 2019
New Revision: 507591
URL: https://svnweb.freebsd.org/changeset/ports/507591

Log:
  devel/godot2: vendor still uses yes/no rather than True/False
  
  As r507587 built fine and verbosely this change is cosmetic.

Modified:
  head/devel/godot2/Makefile   (contents, props changed)

Modified: head/devel/godot2/Makefile
==============================================================================
--- head/devel/godot2/Makefile	Mon Jul 29 19:33:47 2019	(r507590)
+++ head/devel/godot2/Makefile	Mon Jul 29 19:35:52 2019	(r507591)
@@ -31,7 +31,7 @@ USE_GL=		gl glu
 USE_GITHUB=	yes
 GH_ACCOUNT=	godotengine
 
-MAKE_ARGS+=		platform=x11 builtin_speex=no builtin_libmpcdec=no verbose=True
+MAKE_ARGS+=		platform=x11 builtin_speex=no builtin_libmpcdec=no verbose=yes
 MAKE_ARGS+=		${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}}
 MAKE_ARGS_clang=	use_llvm=yes
 CXXFLAGS+=		-DGLEW_NO_GLU -DRTAUDIO_ENABLED


More information about the svn-ports-head mailing list