aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafray
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-10-20 16:25:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-10-20 16:25:09 +0000
commitc58806c25ff6a3dfe030028b64d8d845bcb4ed06 (patch)
tree303b37f3859aa846ba4c095ed20df433325e078f /graphics/yafray
parentbcbd5fa0aeb647d8c951dbe193016e42f533e645 (diff)
downloadports-c58806c25ff6a3dfe030028b64d8d845bcb4ed06.tar.gz
ports-c58806c25ff6a3dfe030028b64d8d845bcb4ed06.zip
Notes
Diffstat (limited to 'graphics/yafray')
-rw-r--r--graphics/yafray/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile
index 57f99c3dbeab..2a3a7c484bc3 100644
--- a/graphics/yafray/Makefile
+++ b/graphics/yafray/Makefile
@@ -23,4 +23,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>