aboutsummaryrefslogtreecommitdiff
path: root/math/pspp
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-18 20:28:30 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-18 20:28:30 +0000
commit14b0cf780617b5690c978fe84d730ca82632d063 (patch)
treea4d68fe81f03e83482ae83f547ee23b98683f273 /math/pspp
parent7ab6bcc7e994b29d16aadeb0ecec64530a84f55c (diff)
downloadports-14b0cf780617b5690c978fe84d730ca82632d063.tar.gz
ports-14b0cf780617b5690c978fe84d730ca82632d063.zip
Mark BROKEN on 9.x: does not configure
Notes
Notes: svn path=/head/; revision=252884
Diffstat (limited to 'math/pspp')
-rw-r--r--math/pspp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index bed7197730d0..77060dde3236 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -35,6 +35,10 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900010
+BROKEN= does not configure
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "