From 4442a4942308885d29d25e28b622e8c713ea8bf0 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 19 Jan 2006 06:35:35 +0000 Subject: After a wise lesson of linimon@, make it IGNORE instead of BROKEN --- misc/tinderbox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index a6dc44d..aedf176 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -29,8 +29,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include -.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL) -BROKEN= "Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL" +.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL) +IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL .endif .if defined(WITH_PGSQL) -- cgit v1.1