aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-06-12 15:40:39 +0800
committererwin <erwin@FreeBSD.org>2009-06-12 15:40:39 +0800
commit381cc1df210e33c79d736370e47cca2e8b7b0f20 (patch)
tree8c27b65a9ce983e6fc23ca538e891ab093a45c97 /comms
parent44bb3e7849da46bfaf0be95e81530ac8c07261fb (diff)
downloadfreebsd-ports-graphics-381cc1df210e33c79d736370e47cca2e8b7b0f20.tar.gz
freebsd-ports-graphics-381cc1df210e33c79d736370e47cca2e8b7b0f20.tar.zst
freebsd-ports-graphics-381cc1df210e33c79d736370e47cca2e8b7b0f20.zip
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'comms')
-rw-r--r--comms/yawmppp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile
index cbfcdfc716e..5174a0963cd 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>