diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /cad | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Notes
Notes:
svn path=/head/; revision=375594
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 2 | ||||
-rw-r--r-- | cad/gmsh/Makefile | 2 | ||||
-rw-r--r-- | cad/leocad/Makefile | 2 | ||||
-rw-r--r-- | cad/openvsp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index cb43770f366f..a2e96ae315ce 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/tnt/jama_lu.h:${PORTSDIR}/math/jama \ xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libdrm.so:${PORTSDIR}/graphics/libdrm \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ librle.so:${PORTSDIR}/graphics/urt \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index d51bbd5d2dd6..4331d2daa862 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -17,7 +17,7 @@ COMMENT= Automatic 3D finite element mesh generator LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ liblapack.so:${PORTSDIR}/math/lapack WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 4245fdd97e6e..e63822109904 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -16,7 +16,7 @@ COMMENT= CAD program that uses bricks similar to those found in many toys LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 0c4d902de2a2..01f75610e1c7 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libdrm.so:${PORTSDIR}/graphics/libdrm \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ |