aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafray
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-06-12 07:02:15 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-06-12 07:02:15 +0000
commit662c0dff9091c991eb8150566b30efffe8cb8eae (patch)
tree768b93d0834d1edfa52d4f2eb38f77fa3bab33cf /graphics/yafray
parent6e0628a5ddf89b5127d5190f81d3b652bffe6602 (diff)
downloadports-662c0dff9091c991eb8150566b30efffe8cb8eae.tar.gz
ports-662c0dff9091c991eb8150566b30efffe8cb8eae.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 50b72d613527..0786aa4471f7 100644
--- a/graphics/yafray/Makefile
+++ b/graphics/yafray/Makefile
@@ -25,4 +25,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} >= 1000000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>