summaryrefslogtreecommitdiff
path: root/astro/stellarium
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-02-18 14:00:48 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-02-18 14:00:48 +0000
commit27b40d24d49ac1fa03c56d352f56ab52237489a2 (patch)
tree18e5e5bfb1e5ec8fb8f70a1b5bc6880b7984cd37 /astro/stellarium
parentwww/miniflux: Update to 2.1.0 (diff)
devel/qxlsx: update the port to version 1.4.7
Now that Qt5/Qt6 versions are fully coinstallable, provide both flavors. Reported by: portscout
Diffstat (limited to 'astro/stellarium')
-rw-r--r--astro/stellarium/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index d7db47ab7888..fb699aef2063 100644
--- a/astro/stellarium/Makefile
+++ b/astro/stellarium/Makefile
@@ -75,7 +75,7 @@ TEXTURES_DISTFILES= textures-1K.zip:gfx
WEBENGINE_USE= QT=declarative,webchannel,webengine
WEBENGINE_CMAKE_OFF= -DENABLE_QTWEBENGINE:BOOL=OFF
-XLSX_LIB_DEPENDS= libQXlsx.so:devel/qxlsx
+XLSX_LIB_DEPENDS= libQXlsxQt5.so:devel/qxlsx@qt5
XLSX_CMAKE_OFF= -DENABLE_XLSX:BOOL=OFF
.include <bsd.port.options.mk>