diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
commit | 76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (patch) | |
tree | e03a24e7a2e79afe60bef46f4af3cef4637a6c1a /math/pspp | |
parent | 565a4bfeef3d02a72f8a4542627bd3ab2dbe388b (diff) |
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 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> |