aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/powwow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/powwow/Makefile b/games/powwow/Makefile
index 589d33ff8213..ee785db85076 100644
--- a/games/powwow/Makefile
+++ b/games/powwow/Makefile
@@ -21,7 +21,7 @@ MAN6= powwow.6
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 800034
+.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000)
BROKEN= does not compile
.endif