aboutsummaryrefslogtreecommitdiffstats
path: root/net/pppload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pppload/Makefile')
-rw-r--r--net/pppload/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile
index bd8d9d14fb5a..ddd274c9cc64 100644
--- a/net/pppload/Makefile
+++ b/net/pppload/Makefile
@@ -26,4 +26,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pppload ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pppload.1 ${MAN1PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>