Date: Sun, 11 Jul 2021 16:12:05 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ddcfc60bfd8 - main - net-im/spectral: fix build Message-ID: <202107111612.16BGC51a026255@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c commit 2ddcfc60bfd8ce0fe99dc414ba52d079106aa33c Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 16:07:28 +0000 Commit: Adriaan de Groot <adridg@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107111612.16BGC51a026255>