aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-12-27 05:59:11 +0800
committerrakuco <rakuco@FreeBSD.org>2014-12-27 05:59:11 +0800
commit73b7c39496680a7613c1e1c9791202d813bd56b6 (patch)
treed90814afb7020cfac0bd1ce6c9708ef4ac676002 /www
parent708f3df0a11612e24afec3331ef7fbd53a103002 (diff)
downloadfreebsd-ports-gnome-73b7c39496680a7613c1e1c9791202d813bd56b6.tar.gz
freebsd-ports-gnome-73b7c39496680a7613c1e1c9791202d813bd56b6.tar.zst
freebsd-ports-gnome-73b7c39496680a7613c1e1c9791202d813bd56b6.zip
Depend on libpng.so, not libpng15.so.
Approved by: gnome (kwm)
Diffstat (limited to 'www')
-rw-r--r--www/webkit2-gtk3/Makefile2
1 files changed, 1 insertions, 1 deletions
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