diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 15:40:27 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 18:28:54 +0000 |
commit | 87cf79ac4ea59eb6afaedfa070c53c91265b6e0f (patch) | |
tree | f3e8c5f0cc05d7ccd23aae6542316f37a66dcfc7 /net | |
parent | f3790c0170d85995b0fa58c6c50cef03088bf5ec (diff) | |
download | ports-87cf79ac4ea59eb6afaedfa070c53c91265b6e0f.tar.gz ports-87cf79ac4ea59eb6afaedfa070c53c91265b6e0f.zip |
net/kf5-kdav: remove obosolete dependency on qt5-xmlpatterns
Removed upstream in [1].
[1] https://invent.kde.org/frameworks/kdav/-/commit/50b9d54bfa861844ed964d652b544722d9df43e8
Diffstat (limited to 'net')
-rw-r--r-- | net/kf5-kdav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kf5-kdav/Makefile b/net/kf5-kdav/Makefile index 2cd628140e8c..a975718ed8e7 100644 --- a/net/kf5-kdav/Makefile +++ b/net/kf5-kdav/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdav DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks @@ -9,7 +10,7 @@ COMMENT= DAV protocol implementation with KJobs USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons i18n kio service \ ecm:build -USE_QT= concurrent core dbus gui network xml xmlpatterns \ +USE_QT= concurrent core dbus gui network xml \ buildtools:build qmake:build testlib:build USE_LDCONFIG= yes |