summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/pspp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 11ce4b44af87..4615e82e2474 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -15,4 +15,10 @@ MAINTAINER= john@coastalgeology.org
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500035
+BROKEN= "Does not compile on 5.0"
+.endif
+
+.include <bsd.port.post.mk>