diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-12 19:42:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-12 19:42:35 +0000 |
commit | 37838d6055ecbbe65cd9e8084f1f623c66dc7399 (patch) | |
tree | 6efbda5f72d75e2edc41f17431b1238a16648e92 /databases/rrdtool | |
parent | 1daaf9507a54aac96e516d69b4c4ce9f714504ca (diff) |
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=259144
Diffstat (limited to 'databases/rrdtool')
-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 |