diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 20:28:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 20:28:30 +0000 |
commit | 14b0cf780617b5690c978fe84d730ca82632d063 (patch) | |
tree | a4d68fe81f03e83482ae83f547ee23b98683f273 /math/pspp | |
parent | 7ab6bcc7e994b29d16aadeb0ecec64530a84f55c (diff) | |
download | ports-14b0cf780617b5690c978fe84d730ca82632d063.tar.gz ports-14b0cf780617b5690c978fe84d730ca82632d063.zip |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 4 |
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 " |