diff options
-rw-r--r-- | devel/linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index d7a18df5289b..93500d701b6c 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -20,7 +20,7 @@ MAINTAINER= jasone@freebsd.org # This port only works on i386 right now. ONLY_FOR_ARCHS=i386 -.if ${OSVERSION} < 400000 +.if ${OSVERSION} < 400015 BROKEN="Requires FreeBSD 4.0 or newer" .endif |