diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 02:57:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 02:57:00 +0000 |
commit | 760935df10b02f63b7b28baaafb28bcc9d0ff2d7 (patch) | |
tree | d5507d1a636e5c5c49efe9f1b866bbc988a4efb8 /devel/mico | |
parent | fd7c0e6b0f2681dbd554ecec5e213c942ef3e06d (diff) | |
download | ports-760935df10b02f63b7b28baaafb28bcc9d0ff2d7.tar.gz ports-760935df10b02f63b7b28baaafb28bcc9d0ff2d7.zip |
Notes
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 b085c2da1b4c..60306e6c5683 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -112,6 +112,10 @@ MAN8= ird.8 micod.8 nsd.8 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +BROKEN= "Does not compile on FreeBSD >= 6.0" +.endif + # Does not build on alpha 4.x .if ${OSVERSION} < 500000 NOT_FOR_ARCHS= alpha |