diff options
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 35c4ddc24ac9..1c803c07da72 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -52,6 +52,10 @@ pre-everything:: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800059 +BROKEN= XORP 1.5 does not compile due to RTF_LLINFO removal +.endif + XORP_GROUP= xorp USE_RC_SUBR= xorp |