svn commit: r504353 - in head: comms/geoid devel/py-game games/fs2open games/openage games/supertux2 games/vegastrike graphics/aeskulap graphics/dcmtk graphics/electricsheep graphics/flif graphics/...

Antoine Brodin antoine at FreeBSD.org
Sun Jun 16 16:05:37 UTC 2019


Author: antoine
Date: Sun Jun 16 16:05:28 2019
New Revision: 504353
URL: https://svnweb.freebsd.org/changeset/ports/504353

Log:
  Clean up LIB_DEPENDS

Modified:
  head/comms/geoid/Makefile
  head/devel/py-game/Makefile
  head/games/fs2open/Makefile
  head/games/openage/Makefile
  head/games/supertux2/Makefile
  head/games/vegastrike/Makefile
  head/graphics/aeskulap/Makefile
  head/graphics/dcmtk/Makefile
  head/graphics/electricsheep/Makefile
  head/graphics/flif/Makefile
  head/graphics/libheif/Makefile
  head/graphics/luminance-qt5/Makefile
  head/graphics/magnum-extras/Makefile
  head/graphics/magnum-plugins/Makefile
  head/graphics/open3d/Makefile
  head/graphics/vv/Makefile
  head/graphics/yafaray/Makefile
  head/java/openjdk11/Makefile
  head/java/openjdk12/Makefile
  head/misc/libemos/Makefile
  head/misc/visp/Makefile
  head/misc/zygrib/Makefile
  head/multimedia/cinelerra-gg/Makefile
  head/multimedia/emby-server/Makefile
  head/net-im/telegram-purple/Makefile
  head/science/coot/Makefile
  head/science/lammps/Makefile
  head/science/liggghts/Makefile
  head/science/molscript/Makefile
  head/science/octopus/Makefile
  head/science/teem/Makefile
  head/sysutils/tracker-miners/Makefile
  head/www/dillo2/Makefile

Modified: head/comms/geoid/Makefile
==============================================================================
--- head/comms/geoid/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/comms/geoid/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -17,7 +17,7 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		gmake jpeg
 USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender

Modified: head/devel/py-game/Makefile
==============================================================================
--- head/devel/py-game/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/devel/py-game/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/docs/LGPL
 
 BUILD_DEPENDS=	v4l_compat>0:multimedia/v4l_compat
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsmpeg.so:multimedia/smpeg
 RUN_DEPENDS=	${PYNUMPY} \
 		v4l_compat>0:multimedia/v4l_compat

Modified: head/games/fs2open/Makefile
==============================================================================
--- head/games/fs2open/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/games/fs2open/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror auto-accept
 
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		cmake compiler:c++11-lang lua:51 jpeg openal pkgconfig sdl
 LLD_UNSAFE=	yes

Modified: head/games/openage/Makefile
==============================================================================
--- head/games/openage/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/games/openage/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libogg.so:audio/libogg \
 		libopus.so:audio/opus \
 		libopusfile.so:audio/opusfile \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libnyan.so:lang/nyan
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \

Modified: head/games/supertux2/Makefile
==============================================================================
--- head/games/supertux2/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/games/supertux2/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libfreetype.so:print/freetype2 \
 		libogg.so:audio/libogg \
 		libphysfs.so:devel/physfs \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libcurl.so:ftp/curl \
 		libvorbis.so:audio/libvorbis
 

Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/games/vegastrike/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${LOCALBASE}/${DATADIR_REL}/vegastrike.ic
 LIB_DEPENDS=	${PY_BOOST} \
 		libexpat.so:textproc/expat2 \
 		libogg.so:audio/libogg \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2

Modified: head/graphics/aeskulap/Makefile
==============================================================================
--- head/graphics/aeskulap/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/aeskulap/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libdcmimage.so:graphics/dcmtk \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libglademm-2.4.so:devel/libglademm24 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
 USES=		compiler:c++11-lang autoreconf desktop-file-utils gettext \

Modified: head/graphics/dcmtk/Makefile
==============================================================================
--- head/graphics/dcmtk/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/dcmtk/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 LIB_DEPENDS=	libicuuc.so:devel/icu \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
 USES=		compiler:c++11-lang cmake gnome jpeg ssl

Modified: head/graphics/electricsheep/Makefile
==============================================================================
--- head/graphics/electricsheep/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/electricsheep/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libavcodec.so:multimedia/ffmpeg \
 		libGLee.so:graphics/glee \
 		libgtop-2.0.so:devel/libgtop \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtinyxml.so:textproc/tinyxml
 RUN_DEPENDS=	flam3-animate:graphics/flam3
 

Modified: head/graphics/flif/Makefile
==============================================================================
--- head/graphics/flif/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/flif/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -12,7 +12,7 @@ COMMENT=	Free Lossless Image Format
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/../LICENSE_Apache2
 
-LIB_DEPENDS=	libpng16.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		cmake compiler:c++11-lang gettext-runtime gnome localbase:ldflags pkgconfig sdl shared-mime-info
 USE_GITHUB=	yes

Modified: head/graphics/libheif/Makefile
==============================================================================
--- head/graphics/libheif/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/libheif/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -50,7 +50,7 @@ LIB_DEPENDS+=		libde265.so:multimedia/libde265
 .endif
 
 .if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+=		libpng16.so:graphics/png
+LIB_DEPENDS+=		libpng.so:graphics/png
 .endif
 
 .if ${PORT_OPTIONS:MX265}

Modified: head/graphics/luminance-qt5/Makefile
==============================================================================
--- head/graphics/luminance-qt5/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/luminance-qt5/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libcfitsio.so:astro/cfitsio \
 		libgsl.so:math/gsl \
 		libexiv2.so:graphics/exiv2 \
 		liblcms2.so:graphics/lcms2 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libIlmImf.so:graphics/openexr \
 		libboost_date_time.so:devel/boost-libs
 

Modified: head/graphics/magnum-extras/Makefile
==============================================================================
--- head/graphics/magnum-extras/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/magnum-extras/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libassimp.so:multimedia/assimp \
 		libfreetype.so:print/freetype2 \
 		libIL.so:graphics/devil \
 		libMagnum.so:graphics/magnum \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		cmake compiler:c++14-lang gl
 USE_GITHUB=	yes

Modified: head/graphics/magnum-plugins/Makefile
==============================================================================
--- head/graphics/magnum-plugins/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/magnum-plugins/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libassimp.so:multimedia/assimp \
 		libfreetype.so:print/freetype2 \
 		libIL.so:graphics/devil \
 		libMagnum.so:graphics/magnum \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		cmake compiler:c++14-lang gl jpeg openal
 USE_GITHUB=	yes

Modified: head/graphics/open3d/Makefile
==============================================================================
--- head/graphics/open3d/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/open3d/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 LIB_DEPENDS=	libglfw.so:graphics/glfw \
 		libjsoncpp.so:devel/jsoncpp \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		cmake compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig
 USE_GITHUB=	yes

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/vv/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libgdcmCommon.so:devel/gdcm \
 		libhdf5_cpp.so:science/hdf5 \
 		libITKLabelMap-4.13.so:science/InsightToolkit \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsz.so:science/szip \
 		libtiff.so:graphics/tiff \
 		libvtkIOSQL-8.1.so:math/vtk8

Modified: head/graphics/yafaray/Makefile
==============================================================================
--- head/graphics/yafaray/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/graphics/yafaray/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libIlmImf.so:graphics/openexr \
 		libopencv_photo.so:graphics/opencv \
 		libopencv_core.so:graphics/opencv-core \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
 USES=		cmake gnome jpeg

Modified: head/java/openjdk11/Makefile
==============================================================================
--- head/java/openjdk11/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/java/openjdk11/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfreetype.so:print/freetype2 \
 		libgif.so:graphics/giflib \
 		liblcms2.so:graphics/lcms2 \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		compiler:features gmake iconv jpeg pkgconfig
 USE_XORG=	x11 xext xi xrender xt xtst

Modified: head/java/openjdk12/Makefile
==============================================================================
--- head/java/openjdk12/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/java/openjdk12/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfreetype.so:print/freetype2 \
 		libgif.so:graphics/giflib \
 		liblcms2.so:graphics/lcms2 \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		compiler:features gmake iconv jpeg pkgconfig
 USE_XORG=	x11 xext xi xrandr xrender xt xtst

Modified: head/misc/libemos/Makefile
==============================================================================
--- head/misc/libemos/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/misc/libemos/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libeccodes.so:science/eccodes \
 		libfftw3.so:math/fftw3 \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		cmake:noninja fortran
 

Modified: head/misc/visp/Makefile
==============================================================================
--- head/misc/visp/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/misc/visp/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libopencv_videoio.so:graphics/opencv \
 		libpcl_common.so:graphics/pcl-pointclouds \
 		libqhull.so:math/qhull5 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libv4l2.so:multimedia/libv4l
 
 USES=		cmake compiler:c++11-lang eigen:3 fortran gnome jpeg

Modified: head/misc/zygrib/Makefile
==============================================================================
--- head/misc/zygrib/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/misc/zygrib/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -17,7 +17,7 @@ BROKEN_i386=	g2clib/libg2c.a: could not read symbols: 
 FETCH_DEPENDS=	curl:ftp/curl
 LIB_DEPENDS=	libjasper.so:graphics/jasper \
 		libnova.so:astro/libnova \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libproj.so:graphics/proj \
 		libqwt6.so:x11-toolkits/qwt6
 

Modified: head/multimedia/cinelerra-gg/Makefile
==============================================================================
--- head/multimedia/cinelerra-gg/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/multimedia/cinelerra-gg/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -33,7 +33,7 @@ LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libogg.so:audio/libogg \
 		libopenjp2.so:graphics/openjpeg \
 		libopus.so:audio/opus \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsndfile.so:audio/libsndfile \
 		libtheoraenc.so:multimedia/libtheora \
 		libtiff.so:graphics/tiff \

Modified: head/multimedia/emby-server/Makefile
==============================================================================
--- head/multimedia/emby-server/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/multimedia/emby-server/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -36,7 +36,7 @@ LIB_DEPENDS=	libass.so:multimedia/libass \
 		libgnutls.so:security/gnutls \
 		libogg.so:audio/libogg \
 		libopus.so:audio/opus \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtheora.so:multimedia/libtheora \
 		libva.so:multimedia/libva \
 		libvorbis.so:audio/libvorbis \

Modified: head/net-im/telegram-purple/Makefile
==============================================================================
--- head/net-im/telegram-purple/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/net-im/telegram-purple/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	pidgin:net-im/pidgin
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libwebp.so:graphics/webp \
 		libpurple.so:net-im/libpurple \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 USES=		gettext gmake gnome pkgconfig
 USE_GNOME=	glib20

Modified: head/science/coot/Makefile
==============================================================================
--- head/science/coot/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/science/coot/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libccp4c.so:science/libccp4 \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
 		libgsl.so:math/gsl \
 		libmmdb2.so:science/mmdb2 \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsfftw.so:math/fftw-float \
 		libssm.so:science/libssm
 RUN_DEPENDS=	bash:shells/bash

Modified: head/science/lammps/Makefile
==============================================================================
--- head/science/lammps/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/science/lammps/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -42,7 +42,7 @@ JPEG_CMAKE_BOOL=	WITH_JPEG
 JPEG_USES=		jpeg
 
 PNG_CMAKE_BOOL=		WITH_PNG
-PNG_LIB_DEPENDS=	libpng16.so:graphics/png
+PNG_LIB_DEPENDS=	libpng.so:graphics/png
 
 GZIP_CMAKE_BOOL=	WITH_GZIP
 

Modified: head/science/liggghts/Makefile
==============================================================================
--- head/science/liggghts/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/science/liggghts/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	gsed:textproc/gsed
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libmpi.so:net/openmpi \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
 		libvtkViewsCore-8.1.so:math/vtk8
 

Modified: head/science/molscript/Makefile
==============================================================================
--- head/science/molscript/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/science/molscript/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -10,7 +10,7 @@ COMMENT=	Display 3D molecules in schematic and detaile
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE.txt
 
-LIB_DEPENDS=	libpng16.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png
 RUN_DEPENDS=	render:graphics/raster3d # molscript use requires the executable 'render' to be present
 
 USES=		gl gmake jpeg localbase:ldflags

Modified: head/science/octopus/Makefile
==============================================================================
--- head/science/octopus/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/science/octopus/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libgsl.so:math/gsl \
 		liblapack.so:math/lapack \
 		libnlopt.so:math/nlopt \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsymspg.so:science/spglib \
 		libtiff.so:graphics/tiff \
 		libwebp.so:graphics/webp \

Modified: head/science/teem/Makefile
==============================================================================
--- head/science/teem/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/science/teem/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -12,7 +12,7 @@ COMMENT=	Libraries for representing, processing and vi
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-LIB_DEPENDS=	libpng16.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		cmake
 USE_LDCONFIG=	yes

Modified: head/sysutils/tracker-miners/Makefile
==============================================================================
--- head/sysutils/tracker-miners/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/sysutils/tracker-miners/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libicuuc.so:devel/icu \
 		libFLAC.so:audio/flac \
 		libtotem-plparser.so:multimedia/totem-pl-parser \
 		libpoppler-glib.so:graphics/poppler-glib \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libtag.so:audio/taglib \
 		libtiff.so:graphics/tiff \
 		libgif.so:graphics/giflib \

Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile	Sun Jun 16 15:40:12 2019	(r504352)
+++ head/www/dillo2/Makefile	Sun Jun 16 16:05:28 2019	(r504353)
@@ -51,7 +51,7 @@ JPEG_CONFIGURE_ENABLE=	jpeg
 JPEG_USES=		jpeg
 
 PNG_CONFIGURE_ENABLE=	png
-PNG_LIB_DEPENDS=	libpng16.so:graphics/png
+PNG_LIB_DEPENDS=	libpng.so:graphics/png
 
 SSL_USES=		ssl
 SSL_CONFIGURE_ENABLE=	ssl


More information about the svn-ports-all mailing list