From 73b7c39496680a7613c1e1c9791202d813bd56b6 Mon Sep 17 00:00:00 2001 From: rakuco Date: Fri, 26 Dec 2014 21:59:11 +0000 Subject: Depend on libpng.so, not libpng15.so. Approved by: gnome (kwm) --- www/webkit2-gtk3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 06eeb3e10bd6..3171d9bfa9a7 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ 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 -- cgit