From 31feee331dbc20f28b796dc48511e667cf72db80 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 16 Jun 2019 13:54:32 +0000 Subject: [PATCH] Missing run-depends in net-im/quaternion - Without the QQC packages, Quaternion runs but doesn't show anything in the central chat area. You won't notice that in a KDE Plasma environment, where those packages are installed as dependencies of other things, but in a bare xmonad environment, it matters. Reported by: nassai (on Matrix) --- net-im/quaternion/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index dc524c5f224d..492abf218522 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -3,7 +3,7 @@ PORTNAME= Quaternion DISTVERSION= 0.0.9.4 DISTVERSIONSUFFIX= c -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -20,6 +20,7 @@ USES= cmake compiler:c++17-lang gettext-runtime gnome \ localbase:ldflags qt:5 tar:xz USE_GNOME= glib20 USE_QT= core dbus declarative gui multimedia network widgets \ + quickcontrols_run quickcontrols2_run \ buildtools_build linguist_build qmake_build USE_GITHUB= yes