aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesdk3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kdesdk3/Makefile')
-rw-r--r--devel/kdesdk3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile
index 388d511f2bd0..c1b3762e02d1 100644
--- a/devel/kdesdk3/Makefile
+++ b/devel/kdesdk3/Makefile
@@ -47,9 +47,9 @@ pre-everything::
@${ECHO_MSG}
.endif
-# calltree is optional. It depends on valgrind, which is i386 only.
+# callgrind is optional. It depends on valgrind, which is i386 only.
.if defined(WITH_OPTIONAL_DEPENDS) && ${ARCH} == "i386"
-RUN_DEPENDS+= calltree:${PORTSDIR}/devel/calltree
+RUN_DEPENDS+= callgrind:${PORTSDIR}/devel/callgrind
.endif
.include <bsd.port.post.mk>