aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <evgeniy@khramtsov.org>2021-06-04 14:37:02 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-06-04 14:38:37 +0000
commit7718f020d0a0e510c2f3f63932ef25918676db5f (patch)
tree046c7af69ec0135e1fbdbffe48a4050faac5b840
parent1baebe12a19eeddefd46c169167cb2eb189ea3ff (diff)
downloadports-7718f020d0a0e510c2f3f63932ef25918676db5f.tar.gz
ports-7718f020d0a0e510c2f3f63932ef25918676db5f.zip
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]
-rw-r--r--www/midori/Makefile8
1 files 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