diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-11 02:43:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-11 02:43:05 +0800 |
commit | ee1b05c73fbafa5dc666f8cd90b96ca4f64010d1 (patch) | |
tree | 2503d9e779a74b28a64f732840310b32fb7435dc /mail/balsa | |
parent | 8970fa171f0749f595b0b6d89b214bbaef5698ca (diff) | |
download | freebsd-ports-gnome-ee1b05c73fbafa5dc666f8cd90b96ca4f64010d1.tar.gz freebsd-ports-gnome-ee1b05c73fbafa5dc666f8cd90b96ca4f64010d1.tar.zst freebsd-ports-gnome-ee1b05c73fbafa5dc666f8cd90b96ca4f64010d1.zip |
Add a missing --ignore-theme-index argument to gtk-update-icon-cache.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index c96ce0e9da2a..0e62ae3218bb 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -75,7 +75,7 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} post-install: - @${X11BASE}/bin/gtk-update-icon-cache -f -q \ + @${X11BASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \ ${PREFIX}/share/gnome/balsa/hicolor .include <bsd.port.post.mk> |