diff options
Diffstat (limited to 'graphics/xzgv/Makefile')
-rw-r--r-- | graphics/xzgv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index df8e571388b1..f5292b7049ff 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -33,4 +33,8 @@ post-patch: CFLAGS+= -DINTERP_MMX .endif +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + .include <bsd.port.post.mk> |