Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2026 03:51:22 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eba39e31ba1a - main - graphics/openslide: Correct dependencies
Message-ID:  <6a278dba.251cb.2d0e57d9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a278dba.251cb.2d0e57d9>