diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-02-06 13:46:51 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-02-06 13:46:51 +0000 |
commit | ad6fe33c960b727acb717e3999ab7450fcf85609 (patch) | |
tree | 584f48eb43d37ccc0a4dc3c9b7656b51a75206c0 /textproc/bsdgrep | |
parent | 81e9ac80d0ee74f10e74d38922f1937b1b2eda57 (diff) | |
download | ports-ad6fe33c960b727acb717e3999ab7450fcf85609.tar.gz ports-ad6fe33c960b727acb717e3999ab7450fcf85609.zip |
Notes
Diffstat (limited to 'textproc/bsdgrep')
-rw-r--r-- | textproc/bsdgrep/Makefile | 2 |
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) |