diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-13 12:44:02 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-13 12:44:02 +0000 |
commit | 5fdbc9c99587bff23ff465922a138d8cf0d1f42d (patch) | |
tree | f0cfa97cc422e978d2b1ae458d49868be8daee6b /x11-fm/librfm | |
parent | 72e206b848ed89ea2e84b25a34668f4dcdfba060 (diff) | |
download | ports-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 'x11-fm/librfm')
-rw-r--r-- | x11-fm/librfm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index d49f4ebad8df..c3182b2ff94c 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libtubo.so:x11-fm/libtubo \ libdbh.so:databases/dbh \ libzip.so:archivers/libzip \ - librsvg-2.so:graphics/librsvg2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 @@ -26,7 +25,7 @@ CONFIGURE_ARGS+=--with-pkglibdata INSTALLS_ICONS= yes USES= autoreconf gettext gnome gmake libtool:keepla pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool cairo libxml2 +USE_GNOME= gtk20 intltool cairo libxml2 librsvg2 USE_XORG+= x11 USE_LDCONFIG= yes INSTALL_TARGET= install-strip |