diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 21:57:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-05-21 21:57:33 +0000 |
commit | 5746eaeca8568a987f3245042bc7e3c6aba4a80f (patch) | |
tree | c7ff7a707d70517c3b281523751dca04c5417b7c | |
parent | 37092d0f5ffc6ab6108f77c267c21a1707e37eab (diff) | |
download | ports-5746eaeca8568a987f3245042bc7e3c6aba4a80f.tar.gz ports-5746eaeca8568a987f3245042bc7e3c6aba4a80f.zip |
Notes
-rw-r--r-- | www/oops/Makefile | 4 |
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)" |