Commit 02c0020e authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

*: (KDE applications) Boost is a build-dep

- after dropping Boost as a lib-dep of KDE frameworks,
  chase KDE applications that depend on boost's implicit
  presence during the build and give them an explicit
  build-dep on one of the Boost headers.
parent 54651dfe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
PORTNAME=	libkleo
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	security kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Certificate manager for KDE

BUILD_DEPENDS=	${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
LIB_DEPENDS=	libassuan.so:security/libassuan \
		libgpg-error.so:security/libgpg-error \
		libgpgme.so:security/gpgme \
+3 −1
Original line number Diff line number Diff line
PORTNAME=	kdiff3
DISTVERSION=	1.9.2
PORTREVISION=	1
PORTREVISION=	2
CATEGORIES=	textproc kde
MASTER_SITES=	KDE/stable/${PORTNAME}

@@ -10,6 +10,8 @@ COMMENT= KDE graphical frontend for diff
LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs

USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons crash ecm i18n iconthemes jobwidgets kio \