aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sysbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sysbench/Makefile')
-rw-r--r--benchmarks/sysbench/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 0c692467b854..c7be93c5ecc2 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A modular, cross-platform and multi-threaded benchmark tool
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_AUTOTOOLS= libtool
OPTIONS= LARGEFILE "Enable Largefile support" on \
@@ -37,8 +40,6 @@ CONFIGURE_ARGS+= --with-mysql
.if defined(WITH_POSTGRESQL)
USE_PGSQL= yes
-DEFAULT_PGSQL_VER?= 80
-IGNORE_WITH_PGSQL= 73 74
CONFIGURE_ARGS+= --with-pgsql
.else
CONFIGURE_ARGS+= --with-pgsql=no