summaryrefslogtreecommitdiff
path: root/devel/kdesdk4
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-09-02 07:51:13 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-09-02 07:51:13 +0000
commitb99af92376b890c83c806a4a99153dc859afdf49 (patch)
treeff03000dc746d4ee4f384e47f82aa940194d5165 /devel/kdesdk4
parentFix build with gcc-3.4 (diff)
Chase renaming of calltree to callgrind.
Forgotten by: sem Noticed by: Amir Shalem <amir(at)boom.org.il>
Notes
Notes: svn path=/head/; revision=117903
Diffstat (limited to 'devel/kdesdk4')
-rw-r--r--devel/kdesdk4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile
index 388d511f2bd0..c1b3762e02d1 100644
--- a/devel/kdesdk4/Makefile
+++ b/devel/kdesdk4/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>