aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-06-03 20:31:58 +0800
committererwin <erwin@FreeBSD.org>2009-06-03 20:31:58 +0800
commit926f159b13d684d81a2e6dc78e83b630fb9c051e (patch)
tree3f83807dd336c2ec042d884b0fcb7a3a6467aa1c
parent9995ff7a40600dd7f9c9c40c3a4c1156955df97e (diff)
downloadfreebsd-ports-gnome-926f159b13d684d81a2e6dc78e83b630fb9c051e.tar.gz
freebsd-ports-gnome-926f159b13d684d81a2e6dc78e83b630fb9c051e.tar.zst
freebsd-ports-gnome-926f159b13d684d81a2e6dc78e83b630fb9c051e.zip
Mark BROKEN on 8.x: does not build.
-rw-r--r--sysutils/p5-BSD-Sysctl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/p5-BSD-Sysctl/Makefile b/sysutils/p5-BSD-Sysctl/Makefile
index 34469c7169da..feecc008a839 100644
--- a/sysutils/p5-BSD-Sysctl/Makefile
+++ b/sysutils/p5-BSD-Sysctl/Makefile
@@ -18,4 +18,10 @@ PERL_CONFIGURE= yes
MAN3= BSD::Sysctl.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800070
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>