summaryrefslogtreecommitdiff
path: root/finance/quickfix
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 05:31:55 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 06:07:21 -0600
commitdbe37f74ca13e4a5d4a2d4cd81a4231d85d975b7 (patch)
tree75308ecfa5ebc2d2732266c801e31638dcb80301 /finance/quickfix
parentdatabases/rubygem-mysql: Ignore with mysql 8.0 (diff)
finance/quickfix: Ignore with mysql 8.0
PR: 269203 Reported by: exp-run Approved by: portmgr (just-fix-it)
Diffstat (limited to 'finance/quickfix')
-rw-r--r--finance/quickfix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile
index 70894a453678..07b08e04b4fc 100644
--- a/finance/quickfix/Makefile
+++ b/finance/quickfix/Makefile
@@ -1,7 +1,7 @@
PORTNAME= quickfix
PORTVERSION= 1.15.1
-PORTREVISION= 2
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= finance devel
MAINTAINER= m.tsatsenko@gmail.com
@@ -32,6 +32,7 @@ PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= postgresql
MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
+MYSQL_VARS= IGNORE_WITH_MYSQL=80
PYTHON_USES= python:3.7
PYTHON_CONFIGURE_WITH= python3
RUBY_USES= ruby