diff options
Diffstat (limited to 'net/kget/Makefile')
-rw-r--r-- | net/kget/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/kget/Makefile b/net/kget/Makefile index 4d0103bd916f..4130bd76c34b 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -2,6 +2,10 @@ PORTNAME= kget DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net kde kde-applications +PATCH_SITES= https://invent.kde.org/network/kget/-/commit/ +PATCHFILES+= 6254c0cefa17fe82f44842bc21f5e5c241f66aec.patch:-p1 # Prep for Qgpgme 2.0.0 +PATCHFILES+= a9aa30e58ca3281285a3ba64d1da6c22fe0ab31a.patch:-p1 # Prep for Qgpgme 2.0.0 + MAINTAINER= kde@FreeBSD.org COMMENT= KDE download manager @@ -12,9 +16,9 @@ LIB_DEPENDS= libKTorrent6.so:net-p2p/libktorrent \ libgmp.so:math/gmp \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ - libgpgmepp.so:security/gpgme-cpp \ + libgpgmepp.so:security/gpgmepp \ libqca-qt6.so:devel/qca@qt6 \ - libqgpgmeqt6.so:security/gpgme-qt@qt6 + libqgpgmeqt6.so:security/qgpgme@qt6 USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:6 \ qt:6 shebangfix sqlite tar:xz xorg |