aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/oops/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile
index 9969fd5cc5f2..6b154a97d3c7 100644
--- a/www/oops/Makefile
+++ b/www/oops/Makefile
@@ -49,6 +49,10 @@ OPTIONS= GIGABASE "GigaBase storage" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700015
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if !defined(WITHOUT_GIGABASE)
.if defined (WITH_DB4)
BROKEN= "Only one DB storage can be used (First)"