From owner-svn-ports-all@FreeBSD.ORG Mon Jul 14 18:59:14 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 857127A1; Mon, 14 Jul 2014 18:59:14 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7333C2769; Mon, 14 Jul 2014 18:59:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6EIxE8v033337; Mon, 14 Jul 2014 18:59:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6EIxEKr033336; Mon, 14 Jul 2014 18:59:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407141859.s6EIxEKr033336@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 14 Jul 2014 18:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361820 - head/x11/metisse 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.18 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: Mon, 14 Jul 2014 18:59:14 -0000 Author: bapt Date: Mon Jul 14 18:59:13 2014 New Revision: 361820 URL: http://svnweb.freebsd.org/changeset/ports/361820 QAT: https://qat.redports.org/buildarchive/r361820/ Log: Modernize LIB_DEPENDS With hat: portmgr Modified: head/x11/metisse/Makefile Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Mon Jul 14 18:58:18 2014 (r361819) +++ head/x11/metisse/Makefile Mon Jul 14 18:59:13 2014 (r361820) @@ -19,8 +19,8 @@ BROKEN= does not configure EXPIRATION_DATE= 2014-08-30 DEPRECATED= Broken and not staged -LIB_DEPENDS= Nucleo:${PORTSDIR}/x11-toolkits/nucleo \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libNucleo.so:${PORTSDIR}/x11-toolkits/nucleo \ + libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/libdata/xorg/fonts:${PORTSDIR}/x11-fonts/xorg-fonts USE_BZIP2= yes @@ -71,15 +71,15 @@ USE_GNOME+= atspi .endif .if ${PORT_OPTIONS:MSTROKE} -LIB_DEPENDS+= stroke:${PORTSDIR}/devel/libstroke +LIB_DEPENDS+= libstroke.so:${PORTSDIR}/devel/libstroke .endif .if ${PORT_OPTIONS:MRPLAY} -LIB_DEPENDS+= rplay:${PORTSDIR}/audio/rplay +LIB_DEPENDS+= librplay.so:${PORTSDIR}/audio/rplay .endif .if ${PORT_OPTIONS:MFRIBIDI} -LIB_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi +LIB_DEPENDS+= libfribidi.so:${PORTSDIR}/converters/fribidi .endif .if ${HAVE_GNOME:Mglib20} || ${PORT_OPTIONS:MGLIB}