diff options
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index a366055b93cb..e673bfbc6ec6 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -47,8 +47,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_86_unix.tgz helpcontent_88_unix.tgz .endif -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.if ${OSVERSION} > 502010 +BROKEN= "Does not compile on 5-current" .endif MAINTAINER= openoffice@FreeBSD.org diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 55a3fae034a8..9a6ddbad36b3 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -49,8 +49,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_86_unix.tgz helpcontent_88_unix.tgz .endif -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.if ${OSVERSION} > 502010 +BROKEN= "Does not compile on 5-current" .endif MAINTAINER= openoffice@FreeBSD.org diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index a366055b93cb..e673bfbc6ec6 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -47,8 +47,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_86_unix.tgz helpcontent_88_unix.tgz .endif -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.if ${OSVERSION} > 502010 +BROKEN= "Does not compile on 5-current" .endif MAINTAINER= openoffice@FreeBSD.org diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 55a3fae034a8..9a6ddbad36b3 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -49,8 +49,8 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_86_unix.tgz helpcontent_88_unix.tgz .endif -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.if ${OSVERSION} > 502010 +BROKEN= "Does not compile on 5-current" .endif MAINTAINER= openoffice@FreeBSD.org |