diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-18 10:31:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-18 10:31:29 +0000 |
commit | 9febdc3258a2c24934c41a58712df91888c01211 (patch) | |
tree | 314d61dc264b123de14c9d1116c086e396622aae /editors | |
parent | fbf6c65f796b5c2d98b63d9814ea27e25c064087 (diff) | |
download | ports-9febdc3258a2c24934c41a58712df91888c01211.tar.gz ports-9febdc3258a2c24934c41a58712df91888c01211.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index d83f5fe69b69..d1367260c55f 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -38,6 +38,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.endif + BUILD_NR= 645 RELEASE_NR= 1.1 FRELEASE_NR= 1.1.1 diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index d83f5fe69b69..d1367260c55f 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -38,6 +38,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x (tries to link to libpthread)" +.endif + BUILD_NR= 645 RELEASE_NR= 1.1 FRELEASE_NR= 1.1.1 |