diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-12-24 16:20:25 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-12-24 16:20:25 +0000 |
commit | fcad189f628229b284f521d585de66c7a0935d93 (patch) | |
tree | 4ace1d1cdca9687f87e92f4d21e1113ed72c999e | |
parent | Allow PCM to be an available mixer track. (diff) |
Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059.
-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 |