aboutsummaryrefslogtreecommitdiff
path: root/comms/yawmppp/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-12 07:40:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-12 07:40:39 +0000
commitffce433fd291da3119f7dfd9786dbdbc45a5bf55 (patch)
tree308d747369d99c524a8187a7ea0f74db8c5bfa01 /comms/yawmppp/Makefile
parent25c2b8442676f462127af87176352cf8549a8b98 (diff)
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235633
Diffstat (limited to 'comms/yawmppp/Makefile')
-rw-r--r--comms/yawmppp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile
index cbfcdfc716ea..5174a0963cd9 100644
--- a/comms/yawmppp/Makefile
+++ b/comms/yawmppp/Makefile
@@ -45,4 +45,10 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>