git: de6960ed0fb0 - main - sysutils/kf5-kwallet: Fix LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Feb 2025 17:13:41 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de6960ed0fb01625bfdf74752aa221a1f3473ad0
commit de6960ed0fb01625bfdf74752aa221a1f3473ad0
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2025-02-25 17:12:08 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-02-25 17:12:08 +0000
sysutils/kf5-kwallet: Fix LIB_DEPENDS
Reported by: freshports
Fixes: a35d5972ae5c7affa6b6f9c05699bbe14c36a80d
---
sysutils/kf5-kwallet/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile
index 77a0f135e28a..eaa04ce58145 100644
--- a/sysutils/kf5-kwallet/Makefile
+++ b/sysutils/kf5-kwallet/Makefile
@@ -12,9 +12,9 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
- libgpgmepp.so:security/gpgme-cpp
+ libgpgmepp.so:security/gpgme-cpp \
libqca-qt5.so:devel/qca@qt5 \
- libqgpgme.so:security/gpgme-qt@qt5 \
+ libqgpgme.so:security/gpgme-qt@qt5
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \