diff options
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |