diff options
author | araujo <araujo@FreeBSD.org> | 2009-07-24 21:52:34 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-07-24 21:52:34 +0800 |
commit | 724bea06af74c534eae3d843ffc58d8335b85747 (patch) | |
tree | 366c4a53a652bf6b607ee4f1e575058092b7b7b3 /devel/linuxthreads | |
parent | a521c6117857a61d803a00eeddeed9dd512b0d3b (diff) | |
download | freebsd-ports-gnome-724bea06af74c534eae3d843ffc58d8335b85747.tar.gz freebsd-ports-gnome-724bea06af74c534eae3d843ffc58d8335b85747.tar.zst freebsd-ports-gnome-724bea06af74c534eae3d843ffc58d8335b85747.zip |
- Mark BROKEN on 8.x: does not build.
Reported by: erwin (pointyhat)
Approved by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Diffstat (limited to 'devel/linuxthreads')
-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 e8c3acafb909..63d0f94c5edf 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -24,6 +24,10 @@ USE_PERL5_BUILD=true .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + # This port only works on i386 right now. ONLY_FOR_ARCHS= i386 |