From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 19:01:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B76AB16A41F for ; Sat, 7 Jan 2006 19:01:22 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E65443D45 for ; Sat, 7 Jan 2006 19:01:22 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: by wproxy.gmail.com with SMTP id i1so1310774wra for ; Sat, 07 Jan 2006 11:01:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A7506aZTXdy7t7JuMDM3YITjjqnqXnP+crO7QczfQDACz06+0PUMsmwc6Bezi92XeCVSfBHjYt6tevmIOEee9xzVnvSwtAHbfBItZiAoqedco3C6byWjq/rwlNBV2gDouAdTV371WIsxqe+n6eH+ttwnzZW+oHyak/TFNsVmVcw= Received: by 10.64.180.14 with SMTP id c14mr1344576qbf; Sat, 07 Jan 2006 11:01:21 -0800 (PST) Received: by 10.64.153.11 with HTTP; Sat, 7 Jan 2006 11:01:21 -0800 (PST) Message-ID: <6acc6ca40601071101s10b02d5aj3177a07d651f7523@mail.gmail.com> Date: Sat, 7 Jan 2006 11:01:21 -0800 From: Luke Bakken To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Using pkg_add to satisfy port dependencies... 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: Sat, 07 Jan 2006 19:01:22 -0000 Hello all, Is there a way to tell the ports system to try to fetch port dependencies using the 'pkg_add' command rather than try to build the dependency first from source? Thanks! Luke