aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tinderbox
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-19 14:35:35 +0800
committeredwin <edwin@FreeBSD.org>2006-01-19 14:35:35 +0800
commit4442a4942308885d29d25e28b622e8c713ea8bf0 (patch)
tree906b31edc56e00f9a729cf9039a7e1e90f74aa16 /misc/tinderbox
parentae4447db1b50acf16dcab0ca71663d484ebf6ced (diff)
downloadfreebsd-ports-gnome-4442a4942308885d29d25e28b622e8c713ea8bf0.tar.gz
freebsd-ports-gnome-4442a4942308885d29d25e28b622e8c713ea8bf0.tar.zst
freebsd-ports-gnome-4442a4942308885d29d25e28b622e8c713ea8bf0.zip
After a wise lesson of linimon@, make it IGNORE instead of BROKEN
Diffstat (limited to 'misc/tinderbox')
-rw-r--r--misc/tinderbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile
index a6dc44d731a4..aedf176c32fe 100644
--- a/misc/tinderbox/Makefile
+++ b/misc/tinderbox/Makefile
@@ -29,8 +29,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
-.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)