diff options
Diffstat (limited to 'astro/qmapshack/Makefile')
-rw-r--r-- | astro/qmapshack/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index cf99714d0229..f362b5ecf6b4 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -1,7 +1,6 @@ PORTNAME= qmapshack -PORTVERSION= 1.17.1 DISTVERSIONPREFIX= V_ -PORTREVISION= 6 +DISTVERSION= 1.18.0 CATEGORIES= astro MAINTAINER= bofh@FreeBSD.org @@ -11,21 +10,20 @@ WWW= https://github.com/Maproom/qmapshack/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libgdal.so:graphics/gdal \ +BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers +LIB_DEPENDS= libalglib.so:math/alglib \ + libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ - libquazip1-qt5.so:archivers/quazip@qt5 \ + libquazip1-qt6.so:archivers/quazip@qt6 \ libroutino.so:astro/routino RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks -USES= cmake compiler:c++11-lib desktop-file-utils gl jpeg \ - pkgconfig qt:5 xorg +USES= cmake desktop-file-utils gl jpeg qt:6 USE_GITHUB= yes -USE_GL= gl -USE_QT= buildtools core dbus declarative gui help linguisttools location network \ - printsupport qmake sql sql-sqlite3 uitools \ - webchannel webengine widgets xml - GH_ACCOUNT= Maproom +USE_GL= gl +USE_QT= 5compat base declarative positioning tools webchannel \ + webengine OPTIONS_DEFINE= DOCS |