From owner-cvs-all@FreeBSD.ORG Thu Nov 11 07:25:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A685016A4CE; Thu, 11 Nov 2004 07:25:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8503843D58; Thu, 11 Nov 2004 07:25:28 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAB7PSx8085151; Thu, 11 Nov 2004 07:25:28 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAB7PSuk085150; Thu, 11 Nov 2004 07:25:28 GMT (envelope-from knu) Message-Id: <200411110725.iAB7PSuk085150@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Nov 2004 07:25:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/ruby-tcpwrap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 07:25:28 -0000 knu 2004-11-11 07:25:28 UTC FreeBSD ports repository Modified files: security/ruby-tcpwrap Makefile Log: Change the libident dependency from BUILD_DEPENDS to LIB_DEPENDS. The security/libident port now also installs a shared library and the ruby-tcpwrap module is linked with it instead of a static library, so ruby-tcpwrap requires libident runtime. PR: ports/73556 Submitted by: rushani Revision Changes Path 1.14 +2 -1 ports/security/ruby-tcpwrap/Makefile