diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gyroscope/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile index afa3e61..c6319e9 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> |