diff options
Diffstat (limited to 'graphics/k3d')
-rw-r--r-- | graphics/k3d/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index fe49989cd134..8db00015d221 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -43,6 +43,10 @@ MAN1= k3d.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif |