From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 00:14:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75B916A4CE for ; Sat, 1 Jan 2005 00:14:03 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4535343D1D for ; Sat, 1 Jan 2005 00:14:03 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050101001402.GTIY7873.out006.verizon.net@ringworm.mechee.com> for ; Fri, 31 Dec 2004 18:14:02 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 4D45B2CE774; Fri, 31 Dec 2004 16:11:02 -0800 (PST) From: "Michael C. Shultz" To: FreeBSD-questions@freebsd.org Date: Fri, 31 Dec 2004 16:11:01 -0800 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412311611.02070.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.26.84.7] at Fri, 31 Dec 2004 18:14:02 -0600 Subject: Re: Passing options to a 'make install clean' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 00:14:03 -0000 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