diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-07 08:47:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-07 08:47:32 +0000 |
commit | e07de06937eea08e91fc173847c5d006d7872e0e (patch) | |
tree | 7d737ec5f22c0d71d01b7dc6648aa14f22e5b802 /editors/openoffice.org-1.1 | |
parent | 0690a72cfa592bae64b7a18f3f4074d7ae45d68b (diff) | |
download | ports-e07de06937eea08e91fc173847c5d006d7872e0e.tar.gz ports-e07de06937eea08e91fc173847c5d006d7872e0e.zip |
Unbreak for 4-series.
(4.8R, 4.9R, 4.10R)
Reported by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
Notes
Notes:
svn path=/head/; revision=115557
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |