aboutsummaryrefslogtreecommitdiff
path: root/net/pload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pload/Makefile')
-rw-r--r--net/pload/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile
index 2f5dd514a202..47b41008de0a 100644
--- a/net/pload/Makefile
+++ b/net/pload/Makefile
@@ -24,4 +24,10 @@ MAN1= pload.1
MANCOMPRESSED= yes
PLIST_FILES= bin/pload
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>