aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
commit7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch)
tree1ab8a61c390fb88b46b924e62465cf67b9cc354f /net
parentbfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff)
downloadports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.tar.gz
ports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.zip
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Notes
Notes: svn path=/head/; revision=375594
Diffstat (limited to 'net')
-rw-r--r--net/libvncserver/Makefile2
-rw-r--r--net/tigervnc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index aed1fefd7be4..4d51a91601f1 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -14,7 +14,7 @@ COMMENT= Provide an easy API to a custom vnc server
LICENSE= GPLv2
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
USES= libtool pathfix
USE_LDCONFIG= yes
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index 16938e6f4e76..8e6bbe1730fa 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -76,7 +76,7 @@ CMAKE_ARGS+= -DENABLE_PAM=0
.if ${PORT_OPTIONS:MVIEWER}
CMAKE_ARGS+= -DBUILD_VIEWER=1
-LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
libfltk.so:${PORTSDIR}/x11-toolkits/fltk
# ImageMagick is required to generate icons during build process
BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick