diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-03 09:04:23 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-03 09:04:23 +0000 |
commit | 1e9aab228b29bfc690f89b7ba0589e5e3964894d (patch) | |
tree | a0d7c4ceecfbc81201657062d493e563f3573223 /net/krfb | |
parent | audio/fluidsynth: update to 2.0.8 (diff) |
Add USES=xorg to kde-application ports missing it.
Notes
Notes:
svn path=/head/; revision=516395
Diffstat (limited to 'net/krfb')
-rw-r--r-- | net/krfb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/krfb/Makefile b/net/krfb/Makefile index a3aefc3a393b..eb77c476d7c3 100644 --- a/net/krfb/Makefile +++ b/net/krfb/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libvncserver.so:net/libvncserver \ libxcb-image.so:x11/xcb-util-image USES= alias cmake compiler:c++11-lib gettext jpeg \ - kde:5 pkgconfig qt:5 tar:xz + kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons dnssd doctools ecm i18n notifications \ wallet widgetsaddons xmlgui |