aboutsummaryrefslogtreecommitdiff
path: root/x11/gyroscope
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gyroscope')
-rw-r--r--x11/gyroscope/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile
index afa3e614ba10..c6319e9619b9 100644
--- a/x11/gyroscope/Makefile
+++ b/x11/gyroscope/Makefile
@@ -20,4 +20,10 @@ USE_GNOME= gtk12
ALL_TARGET= # empty
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>