aboutsummaryrefslogtreecommitdiff
path: root/devel/gnucflow
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2010-01-05 21:36:34 +0000
committerMarcus von Appen <mva@FreeBSD.org>2010-01-05 21:36:34 +0000
commit75c6ab22cc15004b2f1dc6eead3f6b2fafec1c32 (patch)
treebb1b9b82b9781750ff5f547bedaeade0ba9becd2 /devel/gnucflow
parenta0891db7e8bf149d4028339849092c4bba4908ac (diff)
downloadports-75c6ab22cc15004b2f1dc6eead3f6b2fafec1c32.tar.gz
ports-75c6ab22cc15004b2f1dc6eead3f6b2fafec1c32.zip
cflow reads files as C or assembler program source and prints a graph
a graph of the function call hierarchy. Called functions are indented according to their caller-callee relationship, in the order of occurance. WWW: http://www.sysfault.org/projects
Notes
Notes: svn path=/head/; revision=247233
Diffstat (limited to 'devel/gnucflow')
-rw-r--r--devel/gnucflow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnucflow/Makefile b/devel/gnucflow/Makefile
index cb70fafd02ed..0ea6290585e4 100644
--- a/devel/gnucflow/Makefile
+++ b/devel/gnucflow/Makefile
@@ -15,7 +15,7 @@ DISTNAME= cflow-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Tool to chart control flow within the C program
-CONFLICTS= cflow-[0-9]*
+CONFLICTS= bsdcflow-[0-9]* cflow-[0-9]*
USE_BZIP2= yes
GNU_CONFIGURE= yes