From 6d69c033e79726edb0f1a89bc6481408f9abcaea Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Sun, 16 Dec 2007 03:30:48 +0000 Subject: [PATCH] - Tag broken with 5.x Reported by: pointyhat via pav Approved by: David Yeske (maintainer), linimon (mentor) --- graphics/k3d/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.if ${OSVERSION} < 600000 +BROKEN= Does not compile on FreeBSD 5.x +.endif + .if defined(WITH_GNOME) CONFIGURE_ARGS+= --with-gnome PLIST_SUB+= GNOME=""