aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-02-12 13:42:04 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-02-12 13:42:04 +0000
commit126b8e54a090ce65d51980b8d1f63439238b3eb5 (patch)
tree823673897a04bff37b36508282421995f91e016f
parentf52ed517f2ef24237c31e657f442dd1ec4038bf2 (diff)
downloadports-126b8e54a090ce65d51980b8d1f63439238b3eb5.tar.gz
ports-126b8e54a090ce65d51980b8d1f63439238b3eb5.zip
databases/akonadi: Restore MYSQL as default option.
Reported by: Florian Walpen <dev@submerge.ch>
-rw-r--r--databases/akonadi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index 8313b7e73d37..71535d7cc1a6 100644
--- a/databases/akonadi/Makefile
+++ b/databases/akonadi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= akonadi
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -37,6 +37,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
OPTIONS_GROUP= DB
OPTIONS_GROUP_DB= MYSQL PGSQL
+OPTIONS_DEFAULT= MYSQL
MYSQL_DESC= Install MySQL Qt plugin and server
MYSQL_USES= mysql:server