aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-BSD-Sysctl
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-03 12:31:58 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-03 12:31:58 +0000
commit33ae6ef839ff93d2fb185041521c06761ae53f77 (patch)
tree01f86213657b48627eecc23631524e26d551d50e /sysutils/p5-BSD-Sysctl
parent73c13a534a35a7d4e82ac73d28a36f0b8b734a22 (diff)
downloadports-33ae6ef839ff93d2fb185041521c06761ae53f77.tar.gz
ports-33ae6ef839ff93d2fb185041521c06761ae53f77.zip
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235113
Diffstat (limited to 'sysutils/p5-BSD-Sysctl')
-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>