summaryrefslogtreecommitdiff
path: root/security/kf5-kdesu
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 00:14:10 +0200
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 19:36:35 +0200
commitc0f139b89306c012b33bdd4d676b107305ba3e06 (patch)
tree02588523ca26bd83647873708e04d2c1bdd56495 /security/kf5-kdesu
parentnet/fb303: Update g20210511 -> g20210709 (diff)
*/kf5-*: (KDE Frameworks) lighten dependencies
- ECM (extra-cmake-modules) is only ever a build-dep and was missing in some places where it was previously pulled in implicitly - Qt testlib is only a build-dep While here - conventionally, the _build and _run items in USE_KDE and USE_QT are sorted to the end, and they start a new line in the Makefile - remove tcberner's created-line (confirmed on IRC) - use DISTVERSION everywhere - reduce inter-framework dependencies using the tooling proposed by tcberner in https://reviews.freebsd.org/D27304 Some PORTREVISION may have jumped by more than 1, since this commit is a squash of a long string of updates where I may have bumped a port once for ecm_build, and a second time for other lightening-up.
Diffstat (limited to 'security/kf5-kdesu')
-rw-r--r--security/kf5-kdesu/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/kf5-kdesu/Makefile b/security/kf5-kdesu/Makefile
index eddeb0ef752f..3ac033c50716 100644
--- a/security/kf5-kdesu/Makefile
+++ b/security/kf5-kdesu/Makefile
@@ -1,13 +1,16 @@
PORTNAME= kdesu
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= security kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 integration with su for elevated privileges
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
-USE_KDE= config coreaddons dbusaddons ecm i18n pty service
-USE_QT= buildtools_build core dbus qmake_build xml
+USE_KDE= config coreaddons dbusaddons i18n pty service \
+ ecm_build
+USE_QT= core dbus xml \
+ buildtools_build qmake_build
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>