diff options
author | bms <bms@FreeBSD.org> | 2008-12-25 00:20:25 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2008-12-25 00:20:25 +0800 |
commit | 2c9d380f68672af7901ad0d73426b109e6297289 (patch) | |
tree | ac98a8ee9a8fbc3eb2201595a7497cadda9cf238 /net/xorp | |
parent | 7b849fa711f99065477decf54cbefda06d6dc681 (diff) | |
download | freebsd-ports-gnome-2c9d380f68672af7901ad0d73426b109e6297289.tar.gz freebsd-ports-gnome-2c9d380f68672af7901ad0d73426b109e6297289.tar.zst freebsd-ports-gnome-2c9d380f68672af7901ad0d73426b109e6297289.zip |
Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059.
Diffstat (limited to 'net/xorp')
-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 |