diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tinderbox/Makefile | 4 |
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) |