From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 13:27:11 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 15303106567E for ; Mon, 7 Jul 2008 13:27:11 +0000 (UTC) (envelope-from jester@panix.com) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id DFF2E8FC1A for ; Mon, 7 Jul 2008 13:27:10 +0000 (UTC) (envelope-from jester@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by l2mail1.panix.com (Postfix) with ESMTP id 8AE795C172 for ; Mon, 7 Jul 2008 09:07:24 -0400 (EDT) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail2.panix.com (Postfix) with ESMTP id 93A2B3480E for ; Mon, 7 Jul 2008 09:07:23 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p3/8.8.8/PanixN1.1) id m67D7Nb29331 for freebsd-questions@freebsd.org; Mon, 7 Jul 2008 09:07:23 -0400 (EDT) Date: Mon, 7 Jul 2008 09:07:23 -0400 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20080707130722.GA14233@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: 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 13:27:11 -0000 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? Thanks. Jesse Sheidlower