summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-29 21:25:46 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 08:16:40 +0100
commit529bff549e8570bf54b36ba32016cb0c90273f52 (patch)
tree5058146a93fe0c6897d17e80a0248c724d0f5bc9 /finance
parentmisc/py-ast-comments: New port: Extension to the built-in ast module (diff)
finance/frontaccounting24: Remove PERCONA option
Percona has removed from the tree so remove the non-default OPTION. Approved by: portmgr (blanket)
Diffstat (limited to 'finance')
-rw-r--r--finance/frontaccounting24/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/finance/frontaccounting24/Makefile b/finance/frontaccounting24/Makefile
index 7ae482596d59..2f905e5f006b 100644
--- a/finance/frontaccounting24/Makefile
+++ b/finance/frontaccounting24/Makefile
@@ -26,11 +26,10 @@ OPTIONS_DEFINE= APACHE LIGHTTPD NGINX NLS DOCS
OPTIONS_DEFAULT= APACHE MYSQL_SERVER
OPTIONS_RADIO= RG1
-OPTIONS_RADIO_RG1= MARIADB_CLIENT MYSQL_CLIENT MYSQL_SERVER PERCONA_CLIENT
+OPTIONS_RADIO_RG1= MARIADB_CLIENT MYSQL_CLIENT MYSQL_SERVER
RG1_DESC= Database Connectivity
MARIADB_CLIENT_DESC= MariaDB client connector support
-PERCONA_CLIENT_DESC= Percona client connector support
MYSQL_CLIENT_DESC= MySQL client connector support
MYSQL_SERVER_DESC= MySQL server support
NGINX_DESC= NGINX web server
@@ -43,7 +42,6 @@ NGINX_USES= php:web
MYSQL_SERVER_USES= mysql:server
MYSQL_CLIENT_USES= mysql:client
MARIADB_CLIENT_USES= mysql:106m
-PERCONA_CLIENT_USES= mysql:57p
NLS_USES= gettext
.include <bsd.port.options.mk>
@@ -52,7 +50,7 @@ NLS_USES= gettext
USES+= php:cgi php:cli
.endif
-.if ${PORT_OPTIONS:MMYSQL_SERVER} || ${PORT_OPTIONS:MMARIADB_CLIENT} || ${PORT_OPTIONS:MPERCONA_CLIENT}
+.if ${PORT_OPTIONS:MMYSQL_SERVER} || ${PORT_OPTIONS:MMARIADB_CLIENT}
USE_PHP+= mysqli
.endif