aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-kwayland-server
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-10-16 15:18:49 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-10-16 15:18:49 +0000
commita20e88733fbdfd9177cec3f95cd4afc46d13a5e1 (patch)
treeb2406c6911d2056617fd4377a284bc8b49adada6 /x11/plasma5-kwayland-server
parent5731dfc5e71a4c8eadb6fc0226d50e670f458ecf (diff)
downloadports-a20e88733fbdfd9177cec3f95cd4afc46d13a5e1.tar.gz
ports-a20e88733fbdfd9177cec3f95cd4afc46d13a5e1.zip
Make dependencies explicit
- Cleanup dependency handling by explicitly depending on new transitive dependencies. Reported by: rhurlin, poudriere
Notes
Notes: svn path=/head/; revision=552514
Diffstat (limited to 'x11/plasma5-kwayland-server')
-rw-r--r--x11/plasma5-kwayland-server/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/plasma5-kwayland-server/Makefile b/x11/plasma5-kwayland-server/Makefile
index 34f8e9ce233d..5498dd304bb2 100644
--- a/x11/plasma5-kwayland-server/Makefile
+++ b/x11/plasma5-kwayland-server/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kwayland-server
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -14,9 +15,10 @@ 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 compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz
+USE_GL= egl
USE_KDE= ecm wayland
-USE_QT= concurrent gui wayland \
+USE_QT= concurrent core gui wayland \
buildtools_build qmake_build
.include <bsd.port.mk>