aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesdk3/Makefile
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/kdesdk3/Makefile
parent6563ecfb60b6af03cf93209e12b4cea6891abf31 (diff)
downloadports-b99af92376b890c83c806a4a99153dc859afdf49.tar.gz
ports-b99af92376b890c83c806a4a99153dc859afdf49.zip
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/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>