diff options
author | erwin <erwin@FreeBSD.org> | 2009-10-21 00:25:09 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-10-21 00:25:09 +0800 |
commit | 49606a0fa24af4b487735060032befa0048b10db (patch) | |
tree | 30a893e7d641d27865c6764ff341be65e69bc7b2 /graphics | |
parent | 705a2ad0d95ad8b5d0253d05886cf9dbee2ffc69 (diff) | |
download | freebsd-ports-gnome-49606a0fa24af4b487735060032befa0048b10db.tar.gz freebsd-ports-gnome-49606a0fa24af4b487735060032befa0048b10db.tar.zst freebsd-ports-gnome-49606a0fa24af4b487735060032befa0048b10db.zip |
Mark BROKEN on 9.x
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> |