git: 8bec1ad606dc - main - graphics/kgraphviewer: fix build

Adriaan de Groot adridg at FreeBSD.org
Fri Jul 9 11:25:30 UTC 2021


The branch main has been updated by adridg:

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

commit 8bec1ad606dca5732ba10d5e3dee89149a2220fb
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-09 11:12:21 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-09 11:24:22 +0000

    graphics/kgraphviewer: fix build
    
    - Boost was previously pulled in implicitly by KDE Frameworks;
      make it an explicit build-dep.
---
 graphics/kgraphviewer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile
index 51d2193210b9..70c44ebb0ba2 100644
--- a/graphics/kgraphviewer/Makefile
+++ b/graphics/kgraphviewer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kgraphviewer
 DISTVERSION=	2.4.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics kde
 MASTER_SITES=   KDE/stable/${PORTNAME}/${PORTVERSION}/
 DIST_SUBDIR=    KDE/${PORTNAME}
@@ -11,6 +11,7 @@ COMMENT=	Graphs-viewer for GraphViz files
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
 LIB_DEPENDS=	libgvc.so:graphics/graphviz
 
 USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \


More information about the dev-commits-ports-main mailing list