diff options
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 |