aboutsummaryrefslogtreecommitdiff
path: root/www/midori
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-11-09 17:08:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-11-09 17:08:12 +0000
commit9e0e8d17a400657031581d099ae64e1ac9dd5760 (patch)
tree1a007ab17ca647747d08d6d95c9df5f927c08b00 /www/midori
parentae33c6a4d22ef6506fe2f3fd7121be47c87c48ba (diff)
downloadports-9e0e8d17a400657031581d099ae64e1ac9dd5760.tar.gz
ports-9e0e8d17a400657031581d099ae64e1ac9dd5760.zip
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878
Notes
Notes: svn path=/head/; revision=554733
Diffstat (limited to 'www/midori')
-rw-r--r--www/midori/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
index 2d6ee60c596a..67e861f44c08 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -4,7 +4,7 @@
PORTNAME= midori
PORTVERSION= 9.0
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www xfce
MAINTAINER= xfce@FreeBSD.org
@@ -13,8 +13,7 @@ COMMENT= Lightweight web browser using WebKit browser engine
LICENSE= LGPL21 MIT
LICENSE_COMB= multi
-BUILD_DEPENDS= rsvg-convert:graphics/librsvg2 \
- valac:lang/vala
+BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libnotify.so:devel/libnotify \
libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup \
@@ -26,7 +25,8 @@ 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
-USE_GNOME= cairo glib20 gtk30 intltool introspection libxml2
+USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \
+ libxml2
USE_XORG= xscrnsaver
CFLAGS+= -Wno-return-type