From 0738eb454f3f8fece5a80fd1dc98ef14b24d19af Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 7 Sep 2009 09:30:34 +0000 Subject: [PATCH] Doesn't build on 7.x either. --- net/miredo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/miredo/Makefile b/net/miredo/Makefile index b7c38ff38b7d..8dcc27d8b225 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -40,7 +40,7 @@ PLIST_SUB= NLS="@comment " .include -.if ${OSVERSION} >= 800000 +.if ${OSVERSION} >= 700000 BROKEN= does not build .endif