From e8f215462fa6a087cc74ff42e08dea60162366ab Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 4 Nov 2009 21:42:23 +0000 Subject: - Unbreak on 9.0 --- graphics/yafray/Makefile | 8 +------- graphics/yafray/files/patch-SConstruct | 7 ++++--- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'graphics/yafray') diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 2a3a7c484bc3..57f99c3dbeab 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -23,10 +23,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py -.include - -.if ${OSVERSION} >= 900000 -BROKEN= does not build -.endif - -.include +.include diff --git a/graphics/yafray/files/patch-SConstruct b/graphics/yafray/files/patch-SConstruct index 0153782ec35e..fade40439216 100644 --- a/graphics/yafray/files/patch-SConstruct +++ b/graphics/yafray/files/patch-SConstruct @@ -1,6 +1,6 @@ ---- SConstruct.orig 2006-06-20 13:24:00.000000000 -0400 -+++ SConstruct 2007-12-05 18:04:58.000000000 -0500 -@@ -8,6 +8,10 @@ +--- SConstruct.orig 2006-06-20 21:24:00.000000000 +0400 ++++ SConstruct 2009-11-04 20:56:07.000000000 +0300 +@@ -8,6 +8,11 @@ ficheros = { 'darwin' : 'darwin-settings', 'linux2' : 'linux-settings', @@ -8,6 +8,7 @@ +'freebsd6' : 'freebsd-settings', +'freebsd7' : 'freebsd-settings', +'freebsd8' : 'freebsd-settings', ++'freebsd9' : 'freebsd-settings', 'win32' : 'win32-settings', 'sunos5' : 'sunos5-settings' } -- cgit v1.2.3