diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-22 05:56:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-22 05:56:58 +0000 |
commit | 49ed103866b0a5bce7dd19ff9db09e5d039ae739 (patch) | |
tree | 9d9c5b951a758db5ca7c483d23861527f7023595 /editors | |
parent | e6bbbfeed613178685830178b5f3b31091dc2513 (diff) | |
download | ports-49ed103866b0a5bce7dd19ff9db09e5d039ae739.tar.gz ports-49ed103866b0a5bce7dd19ff9db09e5d039ae739.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 3046bdcb30f7..a7d1b8d0ae31 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -34,6 +34,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.2 diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 3046bdcb30f7..a7d1b8d0ae31 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -34,6 +34,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.2 |