Date: Fri, 4 Jun 2021 14:43:10 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7718f020d0a0 - main - www/midori: Fix dependencies Message-ID: <202106041443.154EhAu3039108@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=7718f020d0a0e510c2f3f63932ef25918676db5f commit 7718f020d0a0e510c2f3f63932ef25918676db5f Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-06-04 14:37:02 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-06-04 14:38:37 +0000 www/midori: Fix dependencies - Remove unneeded dependency on xorg xscrnsaver [1] - Add missing dependency on harfbuzz [2] PR: 256392 [1] Reported by: poudriere run [2] --- www/midori/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/midori/Makefile b/www/midori/Makefile index cc6e240441d5..1c4a29a54976 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -3,7 +3,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www xfce MAINTAINER= xfce@FreeBSD.org @@ -19,14 +19,14 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libp11-kit.so:security/p11-kit \ libgcr-base-3.so:security/gcr \ libpeas-1.0.so:devel/libpeas \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ - libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 xorg + libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \ libxml2 -USE_XORG= xscrnsaver CFLAGS+= -Wno-return-type CMAKE_ARGS= -DUSE_APIDOCS:BOOL=OFF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106041443.154EhAu3039108>