diff options
author | barner <barner@FreeBSD.org> | 2005-03-13 17:28:05 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-03-13 17:28:05 +0000 |
commit | e5f8c4d36b70e9fb0fa3d39f5d7d7b236a3459d6 (patch) | |
tree | 7439b98b240f0cae2bf2053f10419cb5929034b2 /devel | |
parent | f7cc67210f39d09b6e8ab496b320e5a525b36f24 (diff) | |
download | FreeBSD-ports-e5f8c4d36b70e9fb0fa3d39f5d7d7b236a3459d6.zip FreeBSD-ports-e5f8c4d36b70e9fb0fa3d39f5d7d7b236a3459d6.tar.gz |
- Mark as BROKEN (dumps core)
- Remove duplicate {BUILD,RUN}_DEPENDS
Approved by: arved (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/callgrind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/callgrind/Makefile b/devel/callgrind/Makefile index 7b5e4c8..a6642aa 100644 --- a/devel/callgrind/Makefile +++ b/devel/callgrind/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://kcachegrind.sourceforge.net/ MAINTAINER= barner@FreeBSD.org COMMENT= Valgrind skin for cache simulation and call tracing -RUN_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind -BUILD_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind +BROKEN= Dumps core \(SIGBUS\). \(Also v. 0.9.10\!\) ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes |