git: 7718f020d0a0 - main - www/midori: Fix dependencies
Guido Falsi
madpilot at FreeBSD.org
Fri Jun 4 14:43:11 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7718f020d0a0e510c2f3f63932ef25918676db5f
commit 7718f020d0a0e510c2f3f63932ef25918676db5f
Author: Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-06-04 14:37:02 +0000
Commit: Guido Falsi <madpilot at 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 at 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
More information about the dev-commits-ports-all
mailing list