diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:59:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:59:50 +0000 |
commit | 7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c (patch) | |
tree | c74847167d3173a23cdfc49ce90072a2f023fecd /math/pspp | |
parent | 7f91b56b5bf59db3283548ee901e99d9efd163c4 (diff) | |
download | ports-7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c.tar.gz ports-7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c.zip |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index f66409db76b5..8b87554ad2bd 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -16,4 +16,10 @@ COMMENT= Program for statistical analysis of sampled data GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |