git: c65461241f97 - main - astro/marble: add dependency on devel/protobuf

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Wed, 20 Dec 2023 10:12:16 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c65461241f97eac468377a9beffe831c0fec4de4

commit c65461241f97eac468377a9beffe831c0fec4de4
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-12-20 10:06:58 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-12-20 10:08:08 +0000

    astro/marble: add dependency on devel/protobuf
    
    Protobuf is used to parse OSM PBF files. It could get picked up,
    when building marble outside of poudriere.
    
    As there does not really seem a big detrement in having support
    for this enabled all the time, just do so.
    
    Reported by:    vvd
---
 astro/marble/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index d7841ce73ced..4366f9fcf057 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	marble
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	astro education kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -9,7 +10,8 @@ WWW=		https://marble.kde.org/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-LIB_DEPENDS=	libquazip1-qt5.so:archivers/quazip@qt5
+LIB_DEPENDS=	libquazip1-qt5.so:archivers/quazip@qt5 \
+		libprotobuf.so:devel/protobuf
 
 USES=		cmake compiler:c++11-lang desktop-file-utils gettext \
 		kde:5 qt:5 shared-mime-info tar:xz xorg