git: 3d33fafbaae3 - main - net/krfb: add build depend on pwp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 19:05:09 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d33fafbaae37637f67bcd2b325f9a591131f13a commit 3d33fafbaae37637f67bcd2b325f9a591131f13a Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-08-17 19:04:30 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-08-17 19:04:34 +0000 net/krfb: add build depend on pwp - this was previously gotten transitively. --- net/krfb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/krfb/Makefile b/net/krfb/Makefile index 22bf50f951fa..7de827e7b88c 100644 --- a/net/krfb/Makefile +++ b/net/krfb/Makefile @@ -16,7 +16,7 @@ USES= alias cmake compiler:c++11-lib gettext jpeg kde:5 pkgconfig \ USE_KDE= auth codecs completion config configwidgets coreaddons crash \ dbusaddons dnssd doctools i18n notifications wallet \ wayland widgetsaddons windowsystem xmlgui \ - ecm:build + ecm:build plasma-wayland-protocols:build USE_QT= core dbus gui network widgets x11extras xml \ buildtools:build qmake:build USE_XORG= x11 xcb xdamage xext xtst