diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-05-03 02:51:49 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-05-03 03:29:51 +0000 |
commit | f247211eb747992e0c483dbf02452596d16a7378 (patch) | |
tree | 9c84c0c020d56c1cc0f462f336fce01f8bf82dba /net/kget | |
parent | a3809705cad875bbdafd7aa59fa988220e34c073 (diff) |
security/gpgme-qt: Flavorize for new Qt6 bindings
Rename security/gpgme-qt5 to security/gpgme-qt and flavorize to
allow building qt5 and qt6 flavors.
Adjust dependencies and bump PORTREVISION on consumers.
Fix installation of optional Doxgen docs.
Diffstat (limited to 'net/kget')
-rw-r--r-- | net/kget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kget/Makefile b/net/kget/Makefile index 0e8e85f1e733..3e5cdf582285 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -1,6 +1,6 @@ PORTNAME= kget DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +14,7 @@ LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ - libqgpgme.so:security/gpgme-qt5 + libqgpgme.so:security/gpgme-qt@qt5 USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qca qt:5 \ shebangfix sqlite tar:xz xorg |