aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafaray
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-04 21:42:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-04 21:42:23 +0000
commite8f215462fa6a087cc74ff42e08dea60162366ab (patch)
tree13e5a38b1c98187c1db932d22320053dc25beb70 /graphics/yafaray
parent7dad42aac857a58fde23509ada5845f17139f7e8 (diff)
downloadports-e8f215462fa6a087cc74ff42e08dea60162366ab.tar.gz
ports-e8f215462fa6a087cc74ff42e08dea60162366ab.zip
Notes
Diffstat (limited to 'graphics/yafaray')
-rw-r--r--graphics/yafaray/Makefile8
-rw-r--r--graphics/yafaray/files/patch-SConstruct7
2 files changed, 5 insertions, 10 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index 2a3a7c484bc3..57f99c3dbeab 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -23,10 +23,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-BROKEN= does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/yafaray/files/patch-SConstruct b/graphics/yafaray/files/patch-SConstruct
index 0153782ec35e..fade40439216 100644
--- a/graphics/yafaray/files/patch-SConstruct
+++ b/graphics/yafaray/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'
}