diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-03-09 21:04:37 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-03-09 21:04:37 +0000 |
commit | 859da6fd3526cd813c50dab5497cdaa52080bb52 (patch) | |
tree | 4a02f7f83c0fb1539df51d2d700bdf9e5b2b0746 /textproc/gnugrep | |
parent | ea68ee3ef3fabd7c0dfc1b8eeae193f0a1234a35 (diff) |
Notes
Diffstat (limited to 'textproc/gnugrep')
-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 |