From 23d233d7c13a025a58f475a855c36c3d416adf75 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 27 Jun 2003 15:59:58 +0000 Subject: [PATCH] IGNORE should be used instead of BROKEN to indicate that a port will never be available on a particular OS release version. PR: 53441 Submitted by: Mark Linimon --- math/GiNaC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 01f86b0f88ba..47a0138374e2 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,7 +34,7 @@ MAN1= ginac-config.1 ginsh.1 viewgar.1 .include .if ${OSVERSION} < 500000 -BROKEN= "need gcc32 and cln must build with gcc32" +IGNORE= "needs gcc32 and cln must be built with gcc32" .endif post-extract: