aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/collectd
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-26 04:58:20 +0800
committerpav <pav@FreeBSD.org>2010-05-26 04:58:20 +0800
commitf055075db28b02541b287f9cb002101b5b3c8bbb (patch)
tree09d1293d85dc5dbcea1e902bc0cd50beb6da0035 /net-mgmt/collectd
parent8317452dbebab2db79db693316b3dbd0dbcfb25e (diff)
downloadfreebsd-ports-gnome-f055075db28b02541b287f9cb002101b5b3c8bbb.tar.gz
freebsd-ports-gnome-f055075db28b02541b287f9cb002101b5b3c8bbb.tar.zst
freebsd-ports-gnome-f055075db28b02541b287f9cb002101b5b3c8bbb.zip
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Diffstat (limited to 'net-mgmt/collectd')
-rw-r--r--net-mgmt/collectd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index 710ac33172ce..df0b0a155e9e 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -51,6 +51,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
BROKEN= Need bind9 import post 6.1
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
# NOTE: Feel free to submit patches adding support for any of these
# disabled plugins. If a plugin requires external dependencies,
# make it optional through OPTIONS defaulting to Off. Some of