From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 15:18:04 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 E691E1065688 for ; Mon, 7 Jul 2008 15:18:04 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id AFA6F8FC14 for ; Mon, 7 Jul 2008 15:18:04 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 8D1BA1CD18; Mon, 7 Jul 2008 07:18:03 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 7 Jul 2008 17:18:01 +0200 User-Agent: KMail/1.9.7 References: <20080707130722.GA14233@panix.com> In-Reply-To: <20080707130722.GA14233@panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807071718.02067.fbsd.questions@rachie.is-a-geek.net> Cc: Jesse Sheidlower 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 15:18:05 -0000 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. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.