aboutsummaryrefslogtreecommitdiff
path: root/graphics/tulip
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tulip')
-rw-r--r--graphics/tulip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index 666ded55f684..407f91f86cda 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -48,6 +48,10 @@ LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \
CFLAGS+= -fPIC
.endif
+.if ${OSVERSION} >= 700029
+BROKEN= Does not compile
+.endif
+
post-extract:
@${FIND} ${WRKSRC} -name "moc_*" -delete