diff options
author | erwin <erwin@FreeBSD.org> | 2010-04-19 04:28:30 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-04-19 04:28:30 +0800 |
commit | 16a15d74445b5980e095aa40f00075b2aea2b80a (patch) | |
tree | 2148fbc01e2e0232ada0e6b7875a1e008ab72094 /math/pspp | |
parent | def36e9c41e882163407138af5fd267252d2417b (diff) | |
download | freebsd-ports-gnome-16a15d74445b5980e095aa40f00075b2aea2b80a.tar.gz freebsd-ports-gnome-16a15d74445b5980e095aa40f00075b2aea2b80a.tar.zst freebsd-ports-gnome-16a15d74445b5980e095aa40f00075b2aea2b80a.zip |
Mark BROKEN on 9.x: does not configure
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 " |