aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-05 00:24:44 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-05 00:24:44 +0000
commit5baa42e2db97c1e6382a156721571a6ef53ba58d (patch)
tree26d3c97eb3b0f19d587831e6c7e6f3e3ad860d05 /ports-mgmt/tinderbox
parent9a85ac6135e873a345b41c4b6e96e0fc84e986c6 (diff)
downloadports-5baa42e2db97c1e6382a156721571a6ef53ba58d.tar.gz
ports-5baa42e2db97c1e6382a156721571a6ef53ba58d.zip
Notes
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r--ports-mgmt/tinderbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 6590d03c9d3e..8a3fcfd33438 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/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