diff options
-rw-r--r-- | devel/linuxthreads/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index c2e5a5b87f81..95b34c8d3b82 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -25,6 +25,10 @@ USE_PERL5_BUILD=true # This port only works on i386 right now. ONLY_FOR_ARCHS= i386 +.if ${OSVERSION} >= 600031 +BROKEN= "Does not compile on FreeBSD >= 6.0" +.endif + .if ${OSVERSION} < 400015 BROKEN="Requires FreeBSD 4.0 or newer" .endif |