diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-12-09 23:58:35 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-12-10 00:04:12 +0000 |
commit | 8328ee460a15f460233601c2254ed277791224df (patch) | |
tree | 211f995c2a44ffb34035a3cc526fcfd886c7bb89 | |
parent | 201e9aec1071644ee9e9867bc62795251166da96 (diff) | |
download | ports-8328ee460a15f460233601c2254ed277791224df.tar.gz ports-8328ee460a15f460233601c2254ed277791224df.zip |
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
-rw-r--r-- | astro/marble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |