git: 8328ee460a15 - main - astro/marble: fix build

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Fri, 10 Dec 2021 00:04:15 UTC
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8328ee460a15f460233601c2254ed277791224df

commit 8328ee460a15f460233601c2254ed277791224df
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-12-09 23:58:35 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-12-10 00:04:12 +0000

    astro/marble: fix build
    
    Qt testlib was implicitly a dependency for the build (tests are
    mandatory), not listed in the port. Dropping testlib from quazip
    changed the dependency tree.
    
    Not bumping PORTREVISION, because the after the previous bump
    it couldn't have built.
    
    PR:             260298
    Reported by:    Eric Camachat
---
 astro/marble/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index 75e2ca60f039..f1f40308cfd9 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -20,7 +20,7 @@ USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
 		ecm_build
 USE_QT=		concurrent core dbus declarative designer gui location network opengl \
 		phonon4 printsupport script serialport sql svg webchannel widgets xml \
-		buildtools_build qmake_build
+		buildtools_build qmake_build testlib_build
 
 USE_LDCONFIG=	yes
 MAKE_ENV=	XDG_CONFIG_HOME=/dev/null