kcachegrind depend on KDE when using GNOME

I'm trying to install kcachegrind, but it trying to install KDE libraries. I'm using GNOME.

Code:
> make all-depends-list | grep kde
/usr/ports/x11/kdelibs3
/usr/ports/misc/kdehier
It's a bug? Where to report that to be fixed?
Raise PR or raise sourceforge ticket? How to check the e-mail of responsible person of that port?

Code:
> more pkg-descr 
KCachegrind is a visualization tool for the profiling data generated by
Cachegrind (which is part of valgrind) and Calltree.

WWW: http://kcachegrind.sourceforge.net
 
Anyway I manage to run it on GNOME:
Code:
> sudo [url=http://forums.freebsd.org/showthread.php?t=19257]FTP_PASSIVE_MODE=1[/URL] pkg_add -rv kcachegrind
But this is still weird for me, if it does work on GNOME, why it needs KDE libs.

Found GUI alternatives:
http://valgrind.org/downloads/guis.html
 
kenorb said:
But this is still weird for me, if it does work on GNOME, why it needs KDE libs.
It works because the KDE libs are installed. It has absolutely nothing to do with Gnome. Just to test, remove those KDE libs and see if it still works.
 
Back
Top