diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2026-07-29 09:30:29 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2026-07-29 09:30:29 +0000 |
| commit | 3cffa6eee50acee715689a45ff16891fe8671ac1 (patch) | |
| tree | 0c6466f5fef1bf0f3d2fd5310b677c6138371600 | |
| parent | e66f608358f4ed7a721af27ab743bf079c4c3a6e (diff) | |
*/*: archivers/quazip is Qt6 only now
| -rw-r--r-- | astro/qmapshack/Makefile | 2 | ||||
| -rw-r--r-- | cad/fritzing/Makefile | 2 | ||||
| -rw-r--r-- | editors/texstudio/Makefile | 2 | ||||
| -rw-r--r-- | emulators/emu64/Makefile | 2 | ||||
| -rw-r--r-- | emulators/mupen64plus-qt/Makefile | 2 | ||||
| -rw-r--r-- | games/prismlauncher/Makefile | 2 | ||||
| -rw-r--r-- | graphics/krita/Makefile | 2 | ||||
| -rw-r--r-- | graphics/nomacs/Makefile | 2 | ||||
| -rw-r--r-- | graphics/openboard/Makefile | 2 | ||||
| -rw-r--r-- | multimedia/mediaelch/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 20e4dff09bff..b40d9e53275a 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libalglib.so:math/alglib \ libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ - libquazip1-qt6.so:archivers/quazip@qt6 \ + libquazip1-qt6.so:archivers/quazip \ libroutino.so:astro/routino RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index ab0e43fe172a..d9705bc519b8 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= boost-libs>1.52:devel/boost-libs \ LIB_DEPENDS= libgit2.so:devel/libgit2 \ libngspice.so:cad/ngspice_rework@shlib \ libpolyclipping.so:graphics/polyclipping \ - libquazip1-qt6.so:archivers/quazip@qt6 + libquazip1-qt6.so:archivers/quazip USES= compiler:c++17-lang desktop-file-utils gl gmake pkgconfig \ qmake qt:6 shared-mime-info ssl xorg diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index f4998dc9babd..32f105e200b9 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -13,7 +13,7 @@ BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ libpoppler-qt6.so:graphics/poppler-qt6 \ - libquazip1-qt6.so:archivers/quazip@qt6 + libquazip1-qt6.so:archivers/quazip USES= cmake compiler:c++20-lang desktop-file-utils dos2unix \ ghostscript:run gl pkgconfig qt:6 tex xorg diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile index 9ede07dbb730..96a1eaa6f7a6 100644 --- a/emulators/emu64/Makefile +++ b/emulators/emu64/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg \ - libquazip1-qt6.so:archivers/quazip@qt6 + libquazip1-qt6.so:archivers/quazip USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ qmake:outsource qt:6 sdl diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile index bf59088bc828..1cc01cd77eca 100644 --- a/emulators/mupen64plus-qt/Makefile +++ b/emulators/mupen64plus-qt/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/dh4/mupen64plus-qt LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libquazip1-qt6.so:archivers/quazip@qt6 +LIB_DEPENDS= libquazip1-qt6.so:archivers/quazip RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:emulators/mupen64plus-input-sdl \ diff --git a/games/prismlauncher/Makefile b/games/prismlauncher/Makefile index b73cbe807a4c..f78c85fd9d2f 100644 --- a/games/prismlauncher/Makefile +++ b/games/prismlauncher/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libcmark.so:textproc/cmark \ libqrencode.so:graphics/libqrencode \ - libquazip1-qt6.so:archivers/quazip@qt6 \ + libquazip1-qt6.so:archivers/quazip \ libtomlplusplus.so:devel/tomlplusplus RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ lwjgl3>0:games/lwjgl3 \ diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 01cad2aa40f7..e8bb68521401 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -36,7 +36,7 @@ LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ libpng.so:graphics/png \ libpoppler.so:graphics/poppler \ libpoppler-qt6.so:graphics/poppler-qt6 \ - libquazip1-qt6.so:archivers/quazip@qt6 \ + libquazip1-qt6.so:archivers/quazip \ libtiff.so:graphics/tiff \ libturbojpeg.so:graphics/libjpeg-turbo \ libunibreak.so:textproc/libunibreak \ diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index a94417fb7bfe..55716a567e78 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ liblcms2.so:graphics/lcms2 \ libopencv_core.so:graphics/opencv \ libopencv_imgproc.so:graphics/opencv \ - libquazip1-qt6.so:archivers/quazip@qt6 + libquazip1-qt6.so:archivers/quazip USES= cmake compiler:c++17-lang cpe desktop-file-utils dos2unix gl \ kde:6 pkgconfig qt:6 diff --git a/graphics/openboard/Makefile b/graphics/openboard/Makefile index 80dd02bad666..89271942913d 100644 --- a/graphics/openboard/Makefile +++ b/graphics/openboard/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libpoppler.so:graphics/poppler \ libpoppler-cpp.so:graphics/poppler \ - libquazip1-qt6.so:archivers/quazip@qt6 \ + libquazip1-qt6.so:archivers/quazip \ libswresample.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg diff --git a/multimedia/mediaelch/Makefile b/multimedia/mediaelch/Makefile index ef362db15dd6..9c9096fda99d 100644 --- a/multimedia/mediaelch/Makefile +++ b/multimedia/mediaelch/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ libcurl.so:ftp/curl \ - libquazip1-qt6.so:archivers/quazip@qt6 + libquazip1-qt6.so:archivers/quazip USES= cmake gl localbase:ldflags qt:6 |
