1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

x11/kf5-kactivities: boost is only a build-time dependency

The use of boost in kactivities is limited to flat_set, find_if,
and optional -- all header-only parts, so we don't need the
whole dependency on boost libs. This 'lightens' up the dependency
tree by 170MB or so.

Reported by:	hellosystem
This commit is contained in:
Adriaan de Groot 2021-04-21 16:17:51 +02:00
parent 1a3219fc04
commit a43b709f01

View File

@ -1,11 +1,12 @@
PORTNAME= kactivities
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 runtime and library to organize work in separate activities
LIB_DEPENDS= libboost_system.so:devel/boost-libs
BUILD_DEPENDS= boost-libs>1.53.so:devel/boost-libs
USES= cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \