aboutsummaryrefslogtreecommitdiff
path: root/net/miredo
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-15 16:12:23 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-15 16:12:23 +0000
commitb94d4e65d4f9578bb85a9e0c0a6ac039aed61293 (patch)
treec5215ab3ead316eaaaf0ff09e429ca4fc394739b /net/miredo
parentba07b812a7ac3eac102b856a396fa4959290321b (diff)
downloadports-b94d4e65d4f9578bb85a9e0c0a6ac039aed61293.tar.gz
ports-b94d4e65d4f9578bb85a9e0c0a6ac039aed61293.zip
Mark BROKEN on 8.x: does not build
Notes
Notes: svn path=/head/; revision=239602
Diffstat (limited to 'net/miredo')
-rw-r--r--net/miredo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile
index 7fda9c4b94ba..b7c38ff38b7d 100644
--- a/net/miredo/Makefile
+++ b/net/miredo/Makefile
@@ -38,4 +38,10 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>