aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/k3d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile
index 34168872100b..183b1184921d 100644
--- a/graphics/k3d/Makefile
+++ b/graphics/k3d/Makefile
@@ -50,6 +50,10 @@ OPTIONS= GNOME "Build for Gnome" off
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+BROKEN= Does not compile on FreeBSD 5.x
+.endif
+
.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --with-gnome
PLIST_SUB+= GNOME=""