From e6af723b427131278badc3dc020fee3cfef66d18 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Sep 2004 17:49:31 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- math/it++/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/it++') diff --git a/math/it++/Makefile b/math/it++/Makefile index ec900b2..531ab32 100644 --- a/math/it++/Makefile +++ b/math/it++/Makefile @@ -26,6 +26,10 @@ USE_GMAKE= yes .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" BROKEN= "Does not compile on amd64 or ia64" .endif -- cgit v1.1