git: eba39e31ba1a - main - graphics/openslide: Correct dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jun 2026 03:51:22 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eba39e31ba1a49c3688465bea56dfd94dd219894
commit eba39e31ba1a49c3688465bea56dfd94dd219894
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-09 03:51:06 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-09 03:51:06 +0000
graphics/openslide: Correct dependencies
---
graphics/openslide/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/graphics/openslide/Makefile b/graphics/openslide/Makefile
index 283f936d8ed3..cf46d7b4b934 100644
--- a/graphics/openslide/Makefile
+++ b/graphics/openslide/Makefile
@@ -1,6 +1,7 @@
PORTNAME= openslide
DISTVERSIONPREFIX= v
DISTVERSION= 4.0.1
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@@ -11,15 +12,15 @@ WWW= https://openslide.org \
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
-BUILD_DEPENDS= xdelta3:misc/xdelta3
LIB_DEPENDS= libdicom.so:graphics/libdicom \
libopenjp2.so:graphics/openjpeg \
libpng16.so:graphics/png \
- libtiff.so:graphics/tiff
+ libtiff.so:graphics/tiff \
+ libzstd.so:archivers/zstd
USES= gettext-runtime gnome jpeg meson pkgconfig sqlite
USE_GITHUB= yes
-USE_GNOME= cairo gdkpixbuf glib20 libxml2
+USE_GNOME= cairo glib20 libxml2
USE_LDCONFIG= yes
MESON_ARGS= -Ddoc=disabled \