- Unbreak PGSQL support [1]
- Add LICENSE PR: ports/163244 [1] Submitted by: Pavel Timofeev <timp87@gmail.com> [1]
This commit is contained in:
parent
a0890d4c39
commit
ade44e20c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287341
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user