aboutsummaryrefslogtreecommitdiff
path: root/graphics/fpc-rsvg
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-13 12:44:02 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-13 12:44:02 +0000
commit5fdbc9c99587bff23ff465922a138d8cf0d1f42d (patch)
treef0cfa97cc422e978d2b1ae458d49868be8daee6b /graphics/fpc-rsvg
parent72e206b848ed89ea2e84b25a34668f4dcdfba060 (diff)
downloadports-5fdbc9c99587bff23ff465922a138d8cf0d1f42d.tar.gz
ports-5fdbc9c99587bff23ff465922a138d8cf0d1f42d.zip
Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible - Reduce scope of D18878
Notes
Notes: svn path=/head/; revision=511954
Diffstat (limited to 'graphics/fpc-rsvg')
-rw-r--r--graphics/fpc-rsvg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fpc-rsvg/Makefile b/graphics/fpc-rsvg/Makefile
index b8e18e41fb7b..806b38fa7e5e 100644
--- a/graphics/fpc-rsvg/Makefile
+++ b/graphics/fpc-rsvg/Makefile
@@ -17,6 +17,7 @@ OPTIONS_DEFINE= LIBRSVG2
LIBRSVG2_DESC= Install librsvg2 library
OPTIONS_DEFAULT= LIBRSVG2
-LIBRSVG2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
+LIBRSVG2_USES= gnome
+LIBRSVG2_USE= GNOME=librsvg2
.include "${MASTERDIR}/Makefile"