diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-10-20 16:25:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-10-20 16:25:09 +0000 |
commit | c58806c25ff6a3dfe030028b64d8d845bcb4ed06 (patch) | |
tree | 303b37f3859aa846ba4c095ed20df433325e078f /graphics/yafray | |
parent | bcbd5fa0aeb647d8c951dbe193016e42f533e645 (diff) | |
download | ports-c58806c25ff6a3dfe030028b64d8d845bcb4ed06.tar.gz ports-c58806c25ff6a3dfe030028b64d8d845bcb4ed06.zip |
Notes
Diffstat (limited to 'graphics/yafray')
-rw-r--r-- | graphics/yafray/Makefile | 8 |
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> |