diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tinderbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index 6590d03c9d3e..8a3fcfd33438 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -31,7 +31,7 @@ MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ .include <bsd.port.pre.mk> -.if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL) +.if !defined(WITH_PGSQL) && defined(WITHOUT_MYSQL) IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL .endif |