aboutsummaryrefslogtreecommitdiff
path: root/www/chimera/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/chimera/Makefile')
-rw-r--r--www/chimera/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
index d1e3e76ace2e..4121874f296e 100644
--- a/www/chimera/Makefile
+++ b/www/chimera/Makefile
@@ -19,4 +19,10 @@ USE_IMAKE= yes
MAN1= chimera.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>