Index: head/graphics/yafray/files/patch-SConstruct =================================================================== --- head/graphics/yafray/files/patch-SConstruct (revision 418956) +++ head/graphics/yafray/files/patch-SConstruct (revision 418957) @@ -1,16 +1,17 @@ ---- SConstruct.orig 2006-06-20 19:24:00.000000000 +0200 -+++ SConstruct 2014-04-28 22:26:00.000000000 +0200 -@@ -8,6 +8,13 @@ +--- SConstruct.orig 2006-06-20 17:24:00 UTC ++++ SConstruct +@@ -8,6 +8,14 @@ prefix=ARGUMENTS.get('prefix','/usr/loca ficheros = { 'darwin' : 'darwin-settings', 'linux2' : 'linux-settings', +'freebsd5' : 'freebsd-settings', +'freebsd6' : 'freebsd-settings', +'freebsd7' : 'freebsd-settings', +'freebsd8' : 'freebsd-settings', +'freebsd9' : 'freebsd-settings', +'freebsd10' : 'freebsd-settings', +'freebsd11' : 'freebsd-settings', ++'freebsd12' : 'freebsd-settings', 'win32' : 'win32-settings', 'sunos5' : 'sunos5-settings' }