diff --git a/x11/plasma5-layer-shell-qt/Makefile b/x11/plasma5-layer-shell-qt/Makefile index cae8ee45c33f..451d8dc00f3e 100644 --- a/x11/plasma5-layer-shell-qt/Makefile +++ b/x11/plasma5-layer-shell-qt/Makefile @@ -1,16 +1,19 @@ PORTNAME= layer-shell-qt DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Qt component to make use of the Wayland wl-layer-shell protoco BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols -LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext gl kde:5 pkgconfig qt:5 tar:xz +USE_GL= gl USE_KDE= ecm -USE_QT= core wayland \ +USE_QT= core gui wayland \ buildtools_build qmake_build .include