aboutsummaryrefslogtreecommitdiff
path: root/net/openafs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openafs/Makefile')
-rw-r--r--net/openafs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile
index 512155d2a30b..1a32e556f6e4 100644
--- a/net/openafs/Makefile
+++ b/net/openafs/Makefile
@@ -77,6 +77,10 @@ FUSE_CONFIGURE_OFF= --disable-fuse-client
CFLAGS+= -mstackrealign
.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1002000 && ${OSVERSION} < 1100000
+BROKEN= does not build, no support for FreeBSD 10.2 yet
+.endif
+
KERNCONF?= GENERIC
KERNCONFDIR?= ${SRC_BASE}/sys/${ARCH}/conf