diff options
Diffstat (limited to 'net/xorp/Makefile')
-rw-r--r-- | net/xorp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 1c803c07da72..0facc8b423b9 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorp -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net MASTER_SITES= http://www.xorp.org/releases/${PORTVERSION}/ \ http://www2.xorp.org/releases/${PORTVERSION}/ \ @@ -52,10 +52,6 @@ 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 |