aboutsummaryrefslogtreecommitdiff
path: root/net/pppload/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 10:39:30 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 10:39:30 +0000
commitc11c8016101057c547fc21ec56998d2f21138d69 (patch)
tree4adda80dc1a60f364c024a79b36177f29c716c90 /net/pppload/Makefile
parent71d6cf085e8ce004d7b0662fccfcade67da2d484 (diff)
Notes
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>