summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:51:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-16 17:51:40 +0000
commit8c71c9a3959519cdb99650bf777cfb9d0b69803a (patch)
tree171ffa20dd911d67f0075497dc8badb7a35476b9
parentGNU cflow analyzes a collection of C source files and prints a graph (diff)
- Add CONFLICTS to devel/gnucflow
PR: 120374 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
-rw-r--r--devel/cflow/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile
index 4b3bb0d78cd6..a30d05cc34f6 100644
--- a/devel/cflow/Makefile
+++ b/devel/cflow/Makefile
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= devel/lang/c
MAINTAINER= ports@FreeBSD.org
COMMENT= A call graph generator for C code
+CONFLICTS= gnucflow-[0-9]*
+
USE_GMAKE= yes
MAN1= cflow.1
MANCOMPRESSED= yes