From owner-freebsd-questions@FreeBSD.ORG Thu May 27 07:18:05 2004 Return-Path: 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 A5C1316A4CE for ; Thu, 27 May 2004 07:18:05 -0700 (PDT) Received: from spartha.spa.umn.edu (spartha.spa.umn.edu [128.101.220.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A6943D46 for ; Thu, 27 May 2004 07:18:05 -0700 (PDT) (envelope-from ajw@andrew.spa.umn.edu) Received: from andrew.spa.umn.edu (andrew.spa.umn.edu [128.101.220.229]) by spartha.spa.umn.edu (8.12.10/8.12.10) with ESMTP id i4REH99m111145 for ; Thu, 27 May 2004 09:17:09 -0500 (CDT) Received: from andrew.spa.umn.edu (localhost.localdomain [127.0.0.1]) by andrew.spa.umn.edu (8.12.10/8.12.10) with ESMTP id i4REH9KT013600 for ; Thu, 27 May 2004 09:17:09 -0500 Received: (from ajw@localhost) by andrew.spa.umn.edu (8.12.10/8.12.10/Submit) id i4REH9k3013598 for freebsd-questions@freebsd.org; Thu, 27 May 2004 09:17:09 -0500 Date: Thu, 27 May 2004 09:17:09 -0500 From: Andy Wettstein To: FreeBSD Help Message-ID: <20040527141709.GA13580@andrew.spa.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: openldap dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 14:18:05 -0000 Hello, I'm having a problem with the dependencies for openldap. I build openldap21 with sasl support so I get openldap21-sasl-client. Then I build pam_ldap and it builds fine, but it depends on openldap21-client. So my dependencies are broken and I need to do a pkg_db -F. Is there a way to tell packages that depend on openldap21-client to depend on openldap21-sasl-client instead? Thanks Andy