diff options
author | tobik <tobik@FreeBSD.org> | 2019-09-13 20:44:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-09-13 20:44:02 +0800 |
commit | 394fd5f47a9e1d783c4100989d055c5c42918cc6 (patch) | |
tree | f0cfa97cc422e978d2b1ae458d49868be8daee6b /x11-fm | |
parent | e13c660d9a6539b1d57b868e72f0892737568c9e (diff) | |
download | freebsd-ports-gnome-394fd5f47a9e1d783c4100989d055c5c42918cc6.tar.gz freebsd-ports-gnome-394fd5f47a9e1d783c4100989d055c5c42918cc6.tar.zst freebsd-ports-gnome-394fd5f47a9e1d783c4100989d055c5c42918cc6.zip |
Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878
Diffstat (limited to 'x11-fm')
-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 |