diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:29:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:29:51 +0000 |
commit | 37b36b9f671d16f8071caeb9c21d30897dda45c6 (patch) | |
tree | e3e26678b3db792a0092c5b017527a8a3dad951a /math/oleo/Makefile | |
parent | 0e22bbfb423be0a310b16228a62bd4fe1cc9bbce (diff) | |
download | ports-37b36b9f671d16f8071caeb9c21d30897dda45c6.tar.gz ports-37b36b9f671d16f8071caeb9c21d30897dda45c6.zip |
Notes
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 559e10ed012e..6c333da5dbcd 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -37,6 +37,10 @@ CONFIGURE_ARGS+= --without-motif .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + pre-everything:: .if !defined(WITH_MOTIF) @${ECHO_MSG} |