aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-01-05 08:24:44 +0800
committeritetcu <itetcu@FreeBSD.org>2007-01-05 08:24:44 +0800
commitedf56bc5ad28fa27965425e700262f2f09ec0a30 (patch)
tree94dd3d2c364e3a1ad56f15d80ca2094566d15d26
parenta9c2f3fb68ac15350794dc7f60696b3b3c4c891a (diff)
downloadfreebsd-ports-gnome-edf56bc5ad28fa27965425e700262f2f09ec0a30.tar.gz
freebsd-ports-gnome-edf56bc5ad28fa27965425e700262f2f09ec0a30.tar.zst
freebsd-ports-gnome-edf56bc5ad28fa27965425e700262f2f09ec0a30.zip
Fix OPTIONS handling.
PR: ports/107394 Submitted by: Ulrich Spoerlein
-rw-r--r--misc/tinderbox/Makefile2
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile2
-rw-r--r--ports-mgmt/tinderbox/Makefile2
3 files changed, 3 insertions, 3 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
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index 6590d03c9d3e..8a3fcfd33438 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/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
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