summaryrefslogtreecommitdiff
path: root/net-mgmt/pads
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/pads')
-rw-r--r--net-mgmt/pads/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile
index fee64deb05f4..c9fb763d0abb 100644
--- a/net-mgmt/pads/Makefile
+++ b/net-mgmt/pads/Makefile
@@ -20,4 +20,10 @@ GNU_CONFIGURE= yes
MAN8= pads.8 pads-report.8 pads.conf.8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>