From owner-svn-ports-all@FreeBSD.ORG Tue Jan 7 22:19:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D29855A; Tue, 7 Jan 2014 22:19:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49037147A; Tue, 7 Jan 2014 22:19:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s07MJ98E023241; Tue, 7 Jan 2014 22:19:09 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s07MJ9A4023240; Tue, 7 Jan 2014 22:19:09 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201401072219.s07MJ9A4023240@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 7 Jan 2014 22:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339041 - head/www/nspluginwrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 22:19:09 -0000 Author: jkim Date: Tue Jan 7 22:19:08 2014 New Revision: 339041 URL: http://svnweb.freebsd.org/changeset/ports/339041 Log: Convert LIB_DEPENDS to new format. Modified: head/www/nspluginwrapper/Makefile Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Tue Jan 7 21:36:44 2014 (r339040) +++ head/www/nspluginwrapper/Makefile Tue Jan 7 22:19:08 2014 (r339041) @@ -15,7 +15,7 @@ COMMENT= Compatibility plugin for Mozill LICENSE= GPLv2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CONFLICTS= nspluginwrapper-1.3.*