aboutsummaryrefslogtreecommitdiff
path: root/net-im/spectral
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-11 16:07:28 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-11 16:12:01 +0000
commit2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c (patch)
treeaecebe93c5c393ba43c24150d6c5e410920d43c3 /net-im/spectral
parente093f1162c353f3d62dce85e9e74053fc9a4743c (diff)
downloadports-2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c.tar.gz
ports-2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c.zip
net-im/spectral: fix build
Fix the build now that Qt testlib is no longer implicitly pulled in by other packages.
Diffstat (limited to 'net-im/spectral')
-rw-r--r--net-im/spectral/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/spectral/Makefile b/net-im/spectral/Makefile
index 6649d665fce7..537e0d9911a5 100644
--- a/net-im/spectral/Makefile
+++ b/net-im/spectral/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spectral
PORTVERSION= 817
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
@@ -16,7 +16,7 @@ USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2
USE_GL= gl
USE_QT= core dbus declarative graphicaleffects gui imageformats \
multimedia network quickcontrols quickcontrols2 svg widgets \
- buildtools_build linguist_build qmake_build
+ buildtools_build linguist_build qmake_build testlib_build
CMAKE_ON= USE_INTREE_LIBQMC