From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 16:43:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7181065679 for ; Mon, 7 Jul 2008 16:43:17 +0000 (UTC) (envelope-from jester@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.freebsd.org (Postfix) with ESMTP id A23118FC1C for ; Mon, 7 Jul 2008 16:43:17 +0000 (UTC) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail1.panix.com (Postfix) with ESMTP id AA30F2941C; Mon, 7 Jul 2008 12:43:16 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p3/8.8.8/PanixN1.1) id m67GhGF13560; Mon, 7 Jul 2008 12:43:16 -0400 (EDT) Date: Mon, 7 Jul 2008 12:43:16 -0400 From: Jesse Sheidlower To: Mel Message-ID: <20080707164316.GA18190@panix.com> References: <20080707130722.GA14233@panix.com> <200807071718.02067.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807071718.02067.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org Subject: Re: Wrong dependency being installed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 16:43:17 -0000 On Mon, Jul 07, 2008 at 05:18:01PM +0200, Mel wrote: > On Monday 07 July 2008 15:07:23 Jesse Sheidlower wrote: > > I'm running apache22 on a FreeBSD-7.0 system. When I try to > > install the port www/mod_line_edit, the ports system tries to > > install apache20 alongside of it, despite the fact that I have > > apache22 installed already. > > > > The Makefile has WITH_APACHE2=YES, but if I change this to > > WITH_APACHE22, then it tries to install apache13. > > > > How can I use the ports system to build this against my > > installed version of Apache? > > APACHE_PORT=www/apache22 >> /etc/make.conf > > See /usr/ports/Mk/bsd.apache.mk for details. Thanks, that did the trick. Jesse Sheidlower