diff options
-rw-r--r-- | databases/rrdtool/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 619b09c42c5a..3b1d6c62c3e9 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -42,6 +42,10 @@ OPTIONS= DEJAVU "Use DejaVu fonts (requires X11)" off \ .include <bsd.port.options.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not configure +.endif + .if defined(WITH_PYTHON_MODULE) USE_PYTHON= yes INSTALLS_EGGINFO=yes |