From owner-freebsd-ports@FreeBSD.ORG Sat May 10 12:31:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E174D37B401 for ; Sat, 10 May 2003 12:31:58 -0700 (PDT) Received: from gatekeeper.gate5.de (gatekeeper.gate5.de [212.84.193.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA8843FE9 for ; Sat, 10 May 2003 12:31:57 -0700 (PDT) (envelope-from cc@gate5.de) Received: from albert.gate5.de (localhost.gate5.de [127.0.0.1]) by albert.gate5.de (8.12.9/8.12.9) with ESMTP id h49HaQ2D008283 for ; Fri, 9 May 2003 19:36:27 +0200 (CEST) (envelope-from cc@gate5.de) Received: from localhost (cc@localhost) by albert.gate5.de (8.12.9/8.12.9/Submit) with ESMTP id h49HaPDe008280 for ; Fri, 9 May 2003 19:36:26 +0200 (CEST) X-Authentication-Warning: albert.gate5.de: cc owned process doing -bs Date: Fri, 9 May 2003 19:36:25 +0200 (CEST) From: Christian Carstensen To: ports@freebsd.org Message-ID: <20030509193208.U8248@albert.gate5.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: USE_OPENSSL depends on /usr/lib/libcrypto.so X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 19:31:59 -0000 hi, i recently noticed that USE_OPENSSL makes the port depend on /usr/lib/libcrypto.so, but if you have openssl installed from the ports and removed it from /usr/lib libcrypto resides in /usr/local/lib. could someone, please, correct /usr/ports/Mk/bsd.port.mk? regards, christian