diff options
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index e19c090..358093f 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -108,6 +108,10 @@ MAN8= ird.8 micod.8 nsd.8 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + # Does not build on alpha 4.x .if ${OSVERSION} < 500000 NOT_FOR_ARCHS= alpha |