From 4cb7a7d17a322c5d1842805426b6b342da3edbfb Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 19 Jun 2004 09:27:37 +0000 Subject: BROKEN on 5.x: Does not compile --- math/oleo/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + +.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 +.include -- cgit