diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2021-05-12 19:13:32 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2021-05-12 19:13:32 +0000 |
| commit | 7293cfcd72cec4bc8dd47d13a690fe685825a0ca (patch) | |
| tree | 0ab05fef8f03f1f36a4c717b5e7305fb156865c5 | |
| parent | d2ff2113fb14e99dc3d1f70672c400ec0d34e27d (diff) | |
security/revealrk: mark BROKEN on 14 the same as on 12 and 13.
| -rw-r--r-- | security/revealrk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/revealrk/Makefile b/security/revealrk/Makefile index 4d1fb360468b..2171cdb128f0 100644 --- a/security/revealrk/Makefile +++ b/security/revealrk/Makefile @@ -10,6 +10,7 @@ LICENSE= GPLv3 BROKEN_FreeBSD_12= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket' BROKEN_FreeBSD_13= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket' +BROKEN_FreeBSD_14= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket' PLIST_FILES= bin/revealrk man/man1/revealrk.1.gz |
