diff options
| -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 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> |
