aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-07-21 07:56:02 +0800
committerkris <kris@FreeBSD.org>2005-07-21 07:56:02 +0800
commit553a65024db3c6050c9b98ae9210feedfa784616 (patch)
tree66527066eb0d0f05627e53b6f2796085937faa03 /devel
parent55ca2c670fe956b08ac1b1a7f1e76e3b9e1fd59c (diff)
downloadfreebsd-ports-gnome-553a65024db3c6050c9b98ae9210feedfa784616.tar.gz
freebsd-ports-gnome-553a65024db3c6050c9b98ae9210feedfa784616.tar.zst
freebsd-ports-gnome-553a65024db3c6050c9b98ae9210feedfa784616.zip
BROKEN on FreeBSD >= 6.0: Does not compile
Diffstat (limited to 'devel')
-rw-r--r--devel/linuxthreads/Makefile4
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