aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-11-10 01:08:12 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2020-11-10 01:08:12 +0800
commit9e0e8d17a400657031581d099ae64e1ac9dd5760 (patch)
tree1a007ab17ca647747d08d6d95c9df5f927c08b00 /Mk/Scripts
parentae33c6a4d22ef6506fe2f3fd7121be47c87c48ba (diff)
downloadfreebsd-ports-gnome-9e0e8d17a400657031581d099ae64e1ac9dd5760.tar.gz
freebsd-ports-gnome-9e0e8d17a400657031581d099ae64e1ac9dd5760.tar.zst
freebsd-ports-gnome-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
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/qa.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 74aa476b0a3c..c1c7f912aca0 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -420,6 +420,7 @@ proxydeps_suggest_uses() {
elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl"
elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus3"
elif [ ${pkg} = "devel/ORBit2" ]; then warn "you need USE_GNOME+=orbit2"
+ elif [ ${pkg} = "graphics/librsvg2-rust" ]; then warn "you need USE_GNOME+=librsvg2"
# mate
# grep LIB_DEPENDS= Mk/Uses/mate.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_MATE+=\1"|'
elif [ ${pkg} = "x11-fm/caja" ]; then warn "you need USE_MATE+=caja"