From 8fe8f93edbfa61ca750b619ca812cb7b2f8d01e6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 9 Apr 2022 23:42:19 +0200 Subject: graphics/digikam: doesn't actually need a MySQL server to build None of the code actually includes anything from the server; it goes through QtSQL, and the config-option is enough to convince Digikam to include support. PR: 261995 --- graphics/digikam/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 6417c77389ff..1636026bb907 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,6 +1,6 @@ PORTNAME= digikam DISTVERSION= 7.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} @@ -83,7 +83,6 @@ MYSQL_CMAKE_BOOL= ENABLE_INTERNALMYSQL \ ENABLE_MYSQLSUPPORT MYSQL_CMAKE_ON= -DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \ -DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin -MYSQL_BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER} KVKONTAKTE_DESC= vk.com Plugin KVKONTAKTE_LIB_DEPENDS= libKF5Vkontakte.so:net/libkvkontakte -- cgit v1.2.3