diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-15 15:57:17 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-08-15 21:06:03 +0200 |
commit | dc4e8c040a8b3b544b4cacab693c407f6bcd1d84 (patch) | |
tree | d20ee7e8019c01804c91d0f127751510371adba5 /security | |
parent | 4c230fed88cc283e954899005d11ed7995f3c05e (diff) | |
download | freebsd-ports-dc4e8c040a8b3b544b4cacab693c407f6bcd1d84.zip |
KDE: make ecm a build-only dependency in KDE Plasma
Diffstat (limited to 'security')
-rw-r--r-- | security/plasma5-kwallet-pam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/plasma5-kwallet-pam/Makefile b/security/plasma5-kwallet-pam/Makefile index 714c3f129558..d50f53ea3f62 100644 --- a/security/plasma5-kwallet-pam/Makefile +++ b/security/plasma5-kwallet-pam/Makefile @@ -1,5 +1,6 @@ PORTNAME= kwallet-pam DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -10,7 +11,8 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error USES= cmake gettext kde:5 qt:5 tar:xz -USE_KDE= ecm wallet +USE_KDE= wallet \ + ecm:build USE_QT= gui \ buildtools:build qmake:build |