openbsd-ports/graphics/blender/patches/patch-SConstruct

13 lines
465 B
Plaintext
Raw Normal View History

2009-10-25 18:41:24 -04:00
$OpenBSD: patch-SConstruct,v 1.6 2009/10/25 22:41:25 steven Exp $
--- SConstruct.orig Tue Sep 1 17:23:49 2009
+++ SConstruct Sat Oct 10 19:25:41 2009
@@ -596,7 +596,7 @@ if env['WITH_BF_PLAYER']:
2006-07-26 02:45:27 -04:00
if not env['WITH_BF_GAMEENGINE']:
2009-10-25 18:41:24 -04:00
blendernogame = env.Alias('blendernogame', B.program_list)
- Depends(blendernogame,installtarget)
+# Depends(blendernogame,installtarget)
2009-10-25 18:41:24 -04:00
if 'blenderlite' in B.targets:
blenderlite = env.Alias('blenderlite', B.program_list)