aboutsummaryrefslogtreecommitdiff
path: root/graphics/kgraphviewer
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 11:12:21 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 11:24:22 +0000
commit8bec1ad606dca5732ba10d5e3dee89149a2220fb (patch)
treeac42805f8623aea937e21dca874def9e1625a64c /graphics/kgraphviewer
parent0da9b8bd43709541d0a7eba2d5e3dcc11b420650 (diff)
downloadports-8bec1ad606dca5732ba10d5e3dee89149a2220fb.tar.gz
ports-8bec1ad606dca5732ba10d5e3dee89149a2220fb.zip
graphics/kgraphviewer: fix build
- Boost was previously pulled in implicitly by KDE Frameworks; make it an explicit build-dep.
Diffstat (limited to 'graphics/kgraphviewer')
-rw-r--r--graphics/kgraphviewer/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \