aboutsummaryrefslogtreecommitdiff
path: root/net/sdr
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdr')
-rw-r--r--net/sdr/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile
index a05f351b6f64..c14b6e4eb4d8 100644
--- a/net/sdr/Makefile
+++ b/net/sdr/Makefile
@@ -26,4 +26,10 @@ USE_X_PREFIX= yes
post-extract:
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>