Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2014 21:59:12 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375660 - head/www/webkit2-gtk3
Message-ID:  <201412262159.sBQLxCK9049364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Dec 26 21:59:11 2014
New Revision: 375660
URL: https://svnweb.freebsd.org/changeset/ports/375660
QAT: https://qat.redports.org/buildarchive/r375660/

Log:
  Depend on libpng.so, not libpng15.so.
  
  Approved by:	gnome (kwm)

Modified:
  head/www/webkit2-gtk3/Makefile

Modified: head/www/webkit2-gtk3/Makefile
==============================================================================
--- head/www/webkit2-gtk3/Makefile	Fri Dec 26 21:47:10 2014	(r375659)
+++ head/www/webkit2-gtk3/Makefile	Fri Dec 26 21:59:11 2014	(r375660)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libenchant.so:${PORTSDIR}/t
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libwebp.so:${PORTSDIR}/graphics/webp \
-		libpng15.so:${PORTSDIR}/graphics/png \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libsecret-1.so:${PORTSDIR}/security/libsecret \
 		libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
 		libsoup-2.4.so:${PORTSDIR}/devel/libsoup



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412262159.sBQLxCK9049364>