diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-02 07:51:13 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-02 07:51:13 +0000 |
commit | b99af92376b890c83c806a4a99153dc859afdf49 (patch) | |
tree | ff03000dc746d4ee4f384e47f82aa940194d5165 /devel/kdesdk4 | |
parent | Fix 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/Makefile | 4 |
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> |