summaryrefslogtreecommitdiff
path: root/math/pspp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r--math/pspp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index f66409db76b5..8b87554ad2bd 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -16,4 +16,10 @@ COMMENT= Program for statistical analysis of sampled data
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>