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 | |
parent | - Update to 1.1.0 (diff) |
Mark BROKEN on 9.x
Notes
Notes:
svn path=/head/; revision=243115
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yafaray/Makefile | 8 | ||||
-rw-r--r-- | graphics/yafray/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index 57f99c3dbeab..2a3a7c484bc3 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/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> 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> |