Re: compiling openoffice

2004-08-28 Thread Subhro
On Sat, 28 Aug 2004 08:53:23 +0100, Matthew Seaman <[EMAIL PROTECTED]> wrote: > On Sat, Aug 28, 2004 at 08:57:12AM +0530, Subhro wrote: > > Well first of all if you are someone who had recently stepped into the > > FreeBSD world then you should NOT be using Beta software. Coming back > > to your po

Re: compiling openoffice

2004-08-28 Thread Matthew Seaman
On Sat, Aug 28, 2004 at 08:57:12AM +0530, Subhro wrote: > Well first of all if you are someone who had recently stepped into the > FreeBSD world then you should NOT be using Beta software. Coming back > to your point the command you should be using is > make -DWITHOUT_JAVA=yes I'm sorry, but that

Re: compiling openoffice

2004-08-28 Thread horio shoichi
On Fri, 27 Aug 2004 16:56:21 -0400 Osmany Guirola Cruz <[EMAIL PROTECTED]> wrote: > is it posible compile openoffice without install java > i do this > %make WITHOUT_JAVA=yes but the port still try to download tha java files > "apache-ant etc etc etc " i can not download the java files due to >

Re: compiling openoffice

2004-08-27 Thread Subhro
Well first of all if you are someone who had recently stepped into the FreeBSD world then you should NOT be using Beta software. Coming back to your point the command you should be using is make -DWITHOUT_JAVA=yes You missed out the D. Read the man page for make if you want to know more about it.