diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-30 18:41:10 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-30 18:41:10 +0000 |
commit | 4b8ba1a7cee4c09814dce0278fd7a3c4c16f7a56 (patch) | |
tree | fd4b224950a0e533e4fa3ec0166fc55873130411 /deskutils | |
parent | 68b40e0f603fd89dbe4185219ccf0d1762519019 (diff) | |
download | ports-4b8ba1a7cee4c09814dce0278fd7a3c4c16f7a56.tar.gz ports-4b8ba1a7cee4c09814dce0278fd7a3c4c16f7a56.zip |
Allow Thunar (through tumbler daemon) to display previews for SVG icons.
PR: 199009
Submitted by: marino@
Notes
Notes:
svn path=/head/; revision=382706
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-tumbler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index 4940f2507d54..08503d0c95b8 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ USES= pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= glib20 intltool intlhack gdkpixbuf2 +USE_GNOME= glib20 intltool intlhack gdkpixbuf2 librsvg2 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-xdg-cache \ |