aboutsummaryrefslogtreecommitdiffstats
path: root/math/pspp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-26 10:55:52 +0800
committerkris <kris@FreeBSD.org>2002-10-26 10:55:52 +0800
commitb59c9e1e35103c446c8de55d829d77999e71b116 (patch)
tree0a5109baeef33f48f6f528cb1252154f3d38fa06 /math/pspp
parenta431715e60e09f7335ad90915bb088e486f6bfd1 (diff)
downloadfreebsd-ports-gnome-b59c9e1e35103c446c8de55d829d77999e71b116.tar.gz
freebsd-ports-gnome-b59c9e1e35103c446c8de55d829d77999e71b116.tar.zst
freebsd-ports-gnome-b59c9e1e35103c446c8de55d829d77999e71b116.zip
Mark BROKEN on 5.0
Diffstat (limited to 'math/pspp')
-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>