diff options
-rw-r--r-- | math/oleo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 0b0444e53af8..742ed666a5ee 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -45,6 +45,12 @@ USE_GETTEXT= yes PLIST_SUB= NLS="" .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-everything:: .if !defined(WITH_MOTIF) @${ECHO_MSG} @@ -72,4 +78,4 @@ pre-build: && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |