svn commit: r375660 - head/www/webkit2-gtk3

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Dec 26 21:59:12 UTC 2014


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


More information about the svn-ports-head mailing list