Date: Fri, 9 Jul 2021 11:25:30 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8bec1ad606dc - main - graphics/kgraphviewer: fix build Message-ID: <202107091125.169BPUR9003281@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bec1ad606dca5732ba10d5e3dee89149a2220fb commit 8bec1ad606dca5732ba10d5e3dee89149a2220fb Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-09 11:12:21 +0000 Commit: Adriaan de Groot <adridg@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107091125.169BPUR9003281>