From owner-svn-ports-all@FreeBSD.ORG Wed Nov 27 20:53:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8F37E2E; Wed, 27 Nov 2013 20:53:21 +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 9315727AD; Wed, 27 Nov 2013 20:53:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKrLu5035487; Wed, 27 Nov 2013 20:53:21 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKrLPj035486; Wed, 27 Nov 2013 20:53:21 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311272053.rARKrLPj035486@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 20:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335061 - head/graphics/swftools 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.16 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: Wed, 27 Nov 2013 20:53:21 -0000 Author: dinoex Date: Wed Nov 27 20:53:21 2013 New Revision: 335061 URL: http://svnweb.freebsd.org/changeset/ports/335061 Log: - use new LIB_DEPENDS style Modified: head/graphics/swftools/Makefile Modified: head/graphics/swftools/Makefile ============================================================================== --- head/graphics/swftools/Makefile Wed Nov 27 20:52:07 2013 (r335060) +++ head/graphics/swftools/Makefile Wed Nov 27 20:53:21 2013 (r335061) @@ -13,12 +13,12 @@ COMMENT= SWF manipulation and generation LICENSE= GPLv2 -LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - gif.5:${PORTSDIR}/graphics/giflib \ - fftw3:${PORTSDIR}/math/fftw3 \ - freetype.9:${PORTSDIR}/print/freetype2 \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig NO_STAGE= yes @@ -56,11 +56,11 @@ PLIST_SUB+= PDF="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's| -O | |g ; \ + ${REINPLACE_CMD} -e 's| -O | |g ; \ s|/usr/include/fontconfig|${LOCALBASE}/include/fontconfig|g ; \ s|/usr/local/include|${LOCALBASE}/include|g ; \ s|/usr/local/lib|${LOCALBASE}/lib|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/python/d ; \ + ${REINPLACE_CMD} -e '/python/d ; \ /avi2swf/d' ${WRKSRC}/Makefile.in .include