Skip to content

Commit

Permalink
graphics/kgraphviewer: fix build
Browse files Browse the repository at this point in the history
- Boost was previously pulled in implicitly by KDE Frameworks;
  make it an explicit build-dep.
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Jul 9, 2021
1 parent 0da9b8b commit 8bec1ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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}
Expand All @@ -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 \
Expand Down

0 comments on commit 8bec1ad

Please sign in to comment.