openbsd-ports/graphics/blender/patches/patch-SConstruct
steven bc81956154 update to 2.45
add an icon

partly from Vlad Glagolev
2007-09-20 19:58:49 +00:00

13 lines
417 B
Plaintext

$OpenBSD: patch-SConstruct,v 1.5 2007/09/20 19:58:49 steven Exp $
--- SConstruct.orig Tue Sep 18 06:59:24 2007
+++ SConstruct Tue Sep 18 19:14:05 2007
@@ -424,7 +424,7 @@ if env['WITH_BF_PLAYER']:
if not env['WITH_BF_GAMEENGINE']:
blendernogame = env.Alias('blendernogame', B.program_list)
- Depends(blendernogame,installtarget)
+# Depends(blendernogame,installtarget)
Depends(nsiscmd, allinstall)