aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-06-26 22:00:26 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-06-26 22:03:09 +0000
commite0f0a32d502af6eb619fd0c377de644492673fa4 (patch)
tree5fa351e33a8f8ff04109b1fbba208f3070dc6d50 /net-im
parent3da5204497006152dbc5cbb73fb0e10002e7de6c (diff)
downloadports-e0f0a32d502af6eb619fd0c377de644492673fa4.tar.gz
ports-e0f0a32d502af6eb619fd0c377de644492673fa4.zip
net-im/nheko: add missing dependency
At runtime, qt5-graphicaleffects are needed to display anything in the timeline (e.g. a conversation in a room). Even the loading- spinner isn't shown without it. Demonstrated by trying to run nheko in a "bare" machine with just XOrg and twm. PR: 256839 Reported by: Filipe da Silva Santos
Diffstat (limited to 'net-im')
-rw-r--r--net-im/nheko/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 9e14426ef3cb..ba37929ece06 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,6 +1,7 @@
PORTNAME= nheko
DISTVERSIONPREFIX=v
DISTVERSION= 0.8.2
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -31,6 +32,7 @@ USES= cmake compiler:c++17-lang pkgconfig \
localbase:ldflags qt:5 ssl tar:xz
USE_QT= concurrent core dbus declarative gui multimedia network \
quickcontrols2 svg widgets \
+ graphicaleffects_run \
buildtools_build linguist_build qmake_build
# There is one external dependencie: lmdb++