summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-02-06 13:46:51 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-02-06 13:46:51 +0000
commitad6fe33c960b727acb717e3999ab7450fcf85609 (patch)
tree584f48eb43d37ccc0a4dc3c9b7656b51a75206c0 /textproc
parentFix missing dependency from pkg-config and compilation problems with (diff)
- Register CONFLICTS with upcoming textproc/gnugrep
Notes
Notes: svn path=/head/; revision=249335
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bsdgrep/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
index ce5d60b657dd..f804a6db48cb 100644
--- a/textproc/bsdgrep/Makefile
+++ b/textproc/bsdgrep/Makefile
@@ -32,6 +32,8 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \
OPTIONS= NLS "Compile with NLS support" on \
GNU_COMPAT "Use GNU regex library (recommended)" on
+CONFLICTS= gnugrep-*
+
.include <bsd.port.pre.mk>
.if defined(WITHOUT_NLS)