aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-11 09:29:03 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-11 09:32:39 +0000
commit9927377653e6f31833e851f7f474ed1380e9ffe4 (patch)
treefebd94d4fc9c7edffe6a9fd3ed9aa7776084541c /net-im
parent3aef07e7a5b7aaaf89335de5c55ec8fb89e22815 (diff)
downloadports-9927377653e6f31833e851f7f474ed1380e9ffe4.tar.gz
ports-9927377653e6f31833e851f7f474ed1380e9ffe4.zip
net-im/libquotient,x11/sddm: fix build-deps
These both needed Qt testlib, which was previously implicitly dragged in as a (lib-)dep by something else. The cleanup of dependencies makes it now necessary to state it explicitly.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libquotient/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile
index 85453a1b5402..a67d7f4ff5ac 100644
--- a/net-im/libquotient/Makefile
+++ b/net-im/libquotient/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libquotient
DISTVERSION= 0.6.6
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -12,7 +13,7 @@ CONFLICTS= libqmatrixclient\*
USES= cmake compiler:c++14-lang qt:5 tar:xz
USE_QT= core gui multimedia network \
- buildtools_build qmake_build
+ buildtools_build qmake_build testlib_build
USE_GITHUB= yes
GH_ACCOUNT= quotient-im