aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/sysbench/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-05 10:30:58 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-05 10:30:58 +0800
commit9031e59bec09aacab77ef2c5df159f0c608f702b (patch)
tree827ae89d7f66b16d725b511da7a1530bbaebc5cd /benchmarks/sysbench/Makefile
parentf779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef (diff)
downloadfreebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.gz
freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.zst
freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.zip
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445 Hat: portmgr
Diffstat (limited to 'benchmarks/sysbench/Makefile')
-rw-r--r--benchmarks/sysbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 9bff95d3639b..bf103f20efb1 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --with-mysql
.if defined(WITH_POSTGRESQL)
USE_PGSQL= yes
DEFAULT_PGSQL_VER?= 80
-BROKEN_WITH_PGSQL= 73 74
+IGNORE_WITH_PGSQL= 73 74
CONFIGURE_ARGS+= --with-pgsql
.else
CONFIGURE_ARGS+= --with-pgsql=no