From 8bec1ad606dca5732ba10d5e3dee89149a2220fb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 9 Jul 2021 13:12:21 +0200 Subject: [PATCH] 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 51d2193210b97..70c44ebb0ba29 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 \