From d78a3f3d5c124f21697f2bf2c0ce846c9f8cfc70 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Mar 2005 21:22:13 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- devel/mico/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/mico') diff --git a/devel/mico/Makefile b/devel/mico/Makefile index b085c2da1b4c..c1206ad6e328 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -115,6 +115,8 @@ MAN8= ird.8 micod.8 nsd.8 # Does not build on alpha 4.x .if ${OSVERSION} < 500000 NOT_FOR_ARCHS= alpha +.else +BROKEN= "Does not compile on FreeBSD >= 5.x" .endif post-extract: -- cgit