diff options
Diffstat (limited to 'textproc/bsdgrep/Makefile')
-rw-r--r-- | textproc/bsdgrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index 0d5689455864..b400c5d1a495 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -32,7 +32,7 @@ OPTIONS_DEFAULT= GNU_COMPAT OPTIONS_SUB= yes GNU_COMPAT_DESC= Use GNU regex library (recommended) -CONFLICTS= gnugrep-* +CONFLICTS= gnugrep NLS_MAKE_ENV= MK_NLS=yes NLS_MAKE_ENV_OFF= MK_NLS=no |