diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-09-11 14:57:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 21:23:30 +0000 |
commit | 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 (patch) | |
tree | 09bef799707f4b6e715b912429bd3b73c1addf4c /textproc/bsdgrep | |
parent | b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 (diff) |
Diffstat (limited to 'textproc/bsdgrep')
-rw-r--r-- | textproc/bsdgrep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index f2a976411f26..0d5689455864 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -15,8 +15,8 @@ LICENSE= BSD2CLAUSE # This port should be deprecated once stable/12 goes EoL. bsdgrep shipped by # default in FreeBSD 13.0. -IGNORE_FreeBSD_13= only for FreeBSD 11.x and 12.x -IGNORE_FreeBSD_14= only for FreeBSD 11.x and 12.x +IGNORE_FreeBSD_13= only for FreeBSD 12.x +IGNORE_FreeBSD_14= only for FreeBSD 12.x USES= uidfix |