Passing options to a 'make install clean'
Michael C. Shultz
reso3w83 at verizon.net
Fri Dec 31 16:14:03 PST 2004
On Friday 31 December 2004 02:20 pm, rsh wrote:
> I am trying to 'make install clean' of openoffice and do not want to
> install Java.
>
> I have tried several things to say no to Java but it always wants to
> try to install jdk14, and this port is not user friendly with my
> amd64 system.
>
> So how can I install openoffice without Java?
>
> Thanks
> Sean
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
According to openoffice's make file you can do something like:
make WITHOUT_JAVA=1
Have you tried that yet?
-Mike
More information about the freebsd-questions
mailing list