From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 09:47:43 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 DE83D16A4CE for ; Sat, 29 Jan 2005 09:47:43 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773FF43D45 for ; Sat, 29 Jan 2005 09:47:43 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so589728rne for ; Sat, 29 Jan 2005 01:47:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=uMMylf9CBPqmfmxVKhbHV9v1kl2BJJDl1DKzZvhrQtpaf/B91GjxeLE8xQZmu+6pDL5YrtFMIgXDIm48BnEOSP9wrnAtaHeqF5Cw+0ahlEkrdeSLKpcgX8V7dahrGHp+bNWTbZMtQqELkCfOL9kwIZueDsc7swYCaN9MG5d3uhA= Received: by 10.38.59.26 with SMTP id h26mr131031rna; Sat, 29 Jan 2005 01:47:42 -0800 (PST) Received: by 10.38.74.6 with HTTP; Sat, 29 Jan 2005 01:47:42 -0800 (PST) Message-ID: Date: Sat, 29 Jan 2005 10:47:42 +0100 From: Gert Cuykens To: Java News , freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: Switching Tomcat 4 to Tomcat 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 09:47:44 -0000 On Sat, 29 Jan 2005 10:34:10 +0100, Java News wrote: > Hi, > Some ports as eg. jetspeed or axis requires Tomcat 4 to install, I > have already installed Tomcat but 5.0 version. So when I make a port > install of eg. axis this port also installs Tomcat 4.1, which I don't > want on my system. What can I do to prevent of installing such > dependency and use Tomcat 5 instead? > > Best regards, > Lee > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > did you try to edit the make.conf WITH_TOMCAT_VER=5 i dont know what you have to write excatly for tomcat do ?