git: 2ddcfc60bfd8 - main - net-im/spectral: fix build

Adriaan de Groot adridg at FreeBSD.org
Sun Jul 11 16:12:06 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c

commit 2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 16:07:28 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 16:12:01 +0000

    net-im/spectral: fix build
    
    Fix the build now that Qt testlib is no longer implicitly
    pulled in by other packages.
---
 net-im/spectral/Makefile | 4 ++--
 1 file 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 at 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
 


More information about the dev-commits-ports-main mailing list