diff options
Diffstat (limited to 'devel/kcachegrind/Makefile')
-rw-r--r-- | devel/kcachegrind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kcachegrind/Makefile b/devel/kcachegrind/Makefile index 7e5d10f95185..ac43d2d54cce 100644 --- a/devel/kcachegrind/Makefile +++ b/devel/kcachegrind/Makefile @@ -20,9 +20,9 @@ SHEBANG_FILES= converters/op2calltree converters/dprof2calltree \ OPTIONS_DEFINE= DOT VALGRIND DOT_DESC= Use GraphViz/dot to render call graphs -DOT_RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +DOT_RUN_DEPENDS= dot:graphics/graphviz VALGRIND_DESC= Install devel/valgrind -VALGRIND_RUN_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind +VALGRIND_RUN_DEPENDS= valgrind:devel/valgrind .include <bsd.port.mk> |