From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 16:15:41 2011 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 2E7C3106564A for ; Mon, 27 Jun 2011 16:15:41 +0000 (UTC) (envelope-from joe@gracenpeace.net) Received: from shorty.gracenpeace.net (shorty.gracenpeace.net [209.181.242.73]) by mx1.freebsd.org (Postfix) with ESMTP id 098C58FC08 for ; Mon, 27 Jun 2011 16:15:39 +0000 (UTC) Received: from [127.0.0.1] (mail.holidaycompanies.com [209.98.45.253]) by shorty.gracenpeace.net (Postfix) with ESMTP id D1A7E439012 for ; Mon, 27 Jun 2011 10:10:26 -0500 (CDT) Message-ID: <4E08ACA7.5080709@gracenpeace.net> Date: Mon, 27 Jun 2011 11:15:35 -0500 From: Joe in MPLS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: pkg-add - package insists on old version of Perl 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, 27 Jun 2011 16:15:41 -0000 I am trying to install the Amanda server package. I am running FreeBSD 8.2 with Perl 5.12.3. The package lists Perl 5.10.1 as a dependency and since my newer version of Perl conlicts with the older version the install fails. pkg_add with "-f" just tries to force the installation of the older Perl and fails. How do I get the package to install and use the Perl I already have? I'd rather not downgrade Perl.