diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-11 12:51:10 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-11 12:51:10 +0000 |
commit | 239adf8c9a933de638dabaf443eeff7a0aaddc8a (patch) | |
tree | 6c5a3f2424c3f1da783c21557539f44b820e4501 /x11 | |
parent | 908bf12b674ff5f1a171645e66c720566053ab83 (diff) | |
download | ports-239adf8c9a933de638dabaf443eeff7a0aaddc8a.tar.gz ports-239adf8c9a933de638dabaf443eeff7a0aaddc8a.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma5-kwayland-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/plasma5-kwayland-server/Makefile b/x11/plasma5-kwayland-server/Makefile index 5eed42c14f88..34f8e9ce233d 100644 --- a/x11/plasma5-kwayland-server/Makefile +++ b/x11/plasma5-kwayland-server/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols \ wayland-protocols>=1.14:graphics/wayland-protocols RUN_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols -USES= cmake kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz USE_KDE= ecm wayland USE_QT= concurrent gui wayland \ buildtools_build qmake_build |