Date: Fri, 31 Dec 2004 16:11:01 -0800 From: "Michael C. Shultz" <reso3w83@verizon.net> To: FreeBSD-questions@freebsd.org Subject: Re: Passing options to a 'make install clean' Message-ID: <200412311611.02070.reso3w83@verizon.net>
next in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" According to openoffice's make file you can do something like: make WITHOUT_JAVA=1 Have you tried that yet? -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412311611.02070.reso3w83>