diff options
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index a1918b12544d..db2840d13d2f 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -38,6 +38,10 @@ OPTIONS= VOODOO3 "Enable this if you have a Voodoo3 or Banshee card" off .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900035 +BROKEN= Does not compile on recent FreeBSD-9 +.endif + .if defined(WITH_VOODOO3) PKGNAMESUFFIX= -v3 CONFIGURE_ARGS+= --enable-fx-glide-hw=h3 |