From 2ac8a5d047ea1513fe71ce9e96a0cf577d680f95 Mon Sep 17 00:00:00 2001 From: Simon Barner Date: Mon, 14 Mar 2005 13:50:27 +0000 Subject: [PATCH] Use IGNORE instead of BROKEN. Pointed out by: danfe Porters' handbook chapter to be re-read by me: 17.19 (Marking a port BROKEN, FORBIDDEN, or otherwise not installable) Approved by: arved (implicit) --- devel/callgrind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/callgrind/Makefile b/devel/callgrind/Makefile index a6642aa3bcda..0aa64780cf1b 100644 --- a/devel/callgrind/Makefile +++ b/devel/callgrind/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://kcachegrind.sourceforge.net/ MAINTAINER= barner@FreeBSD.org COMMENT= Valgrind skin for cache simulation and call tracing -BROKEN= Dumps core \(SIGBUS\). \(Also v. 0.9.10\!\) +IGNORE= Dumps core \(SIGBUS\). \(Also v. 0.9.10\!\) ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes