Skip to content

Commit

Permalink
x11/kf5-kactivities-stats: reduce dependencies
Browse files Browse the repository at this point in the history
- boost is only a build-dep
- drop the runtime dependency; activities-stats can build and
  run just fine without the daemon and plasma-plugins
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Jul 6, 2021
1 parent d35c39c commit df03577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11/kf5-kactivities-stats/Makefile
@@ -1,15 +1,15 @@
PORTNAME= kactivities-stats
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 statistics for activities

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

USES= cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
USE_KDE= activities config ecm \
activitymanagerd_run
USE_KDE= activities config ecm
USE_QT= buildtools_build core dbus qmake_build sql

.include <bsd.port.mk>

0 comments on commit df03577

Please sign in to comment.