diff options
Diffstat (limited to 'textproc/gnugrep/Makefile')
-rw-r--r-- | textproc/gnugrep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 5d829594d791..8b7765a8ad73 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -14,12 +14,13 @@ LICENSE= GPLv3 CONFLICTS= bsd-grep-[0-9]* -USES= charsetfix tar:xz +USES= cpe charsetfix tar:xz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= grep +CPE_VENDOR= gnu OPTIONS_DEFINE= PCRE NLS OPTIONS_DEFAULT=PCRE NLS |