summaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-19 06:35:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-19 06:35:35 +0000
commitc6091421f0cc1c7be352c416418eebac7f565577 (patch)
tree38551966ed81ee81231e5059b30591df4d42ded6 /ports-mgmt/tinderbox-devel
parentconvert to OPTIONS (diff)
After a wise lesson of linimon@, make it IGNORE instead of BROKEN
Notes
Notes: svn path=/head/; revision=153857
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index a6dc44d731a4..aedf176c32fe 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/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)