Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 16:49:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508338 - in head: comms/flrig games/armagetronad math/mandelbulber2 misc/adios2 multimedia/butt x11/xlockmore
Message-ID:  <201908071649.x77GnIjU088818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Aug  7 16:49:18 2019
New Revision: 508338
URL: https://svnweb.freebsd.org/changeset/ports/508338

Log:
  Cleanup LIB_DEPENDS

Modified:
  head/comms/flrig/Makefile
  head/games/armagetronad/Makefile
  head/math/mandelbulber2/Makefile
  head/misc/adios2/Makefile
  head/multimedia/butt/Makefile
  head/x11/xlockmore/Makefile

Modified: head/comms/flrig/Makefile
==============================================================================
--- head/comms/flrig/Makefile	Wed Aug  7 16:43:55 2019	(r508337)
+++ head/comms/flrig/Makefile	Wed Aug  7 16:49:18 2019	(r508338)
@@ -11,7 +11,7 @@ COMMENT=	Ham Radio rig control program, cooperates wit
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libpng16.so:graphics/png \
+LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfltk.so:x11-toolkits/fltk
 

Modified: head/games/armagetronad/Makefile
==============================================================================
--- head/games/armagetronad/Makefile	Wed Aug  7 16:43:55 2019	(r508337)
+++ head/games/armagetronad/Makefile	Wed Aug  7 16:49:18 2019	(r508338)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	bash:shells/bash
-LIB_DEPENDS=	libpng16.so:graphics/png
+LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		autoreconf desktop-file-utils gl gmake gnome jpeg sdl
 GNU_CONFIGURE=	yes

Modified: head/math/mandelbulber2/Makefile
==============================================================================
--- head/math/mandelbulber2/Makefile	Wed Aug  7 16:43:55 2019	(r508337)
+++ head/math/mandelbulber2/Makefile	Wed Aug  7 16:49:18 2019	(r508338)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgsl.so:math/gsl \
 		liblzo2.so:archivers/lzo2 \
 		libomp.so:devel/openmp \
 		libOpenCL.so:devel/ocl-icd \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libsndfile.so:audio/libsndfile \
 		libtiff.so:graphics/tiff
 

Modified: head/misc/adios2/Makefile
==============================================================================
--- head/misc/adios2/Makefile	Wed Aug  7 16:43:55 2019	(r508337)
+++ head/misc/adios2/Makefile	Wed Aug  7 16:49:18 2019	(r508338)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libblosc.so:archivers/c-blosc \
 		libfabric.so:net/libfabric \
 		libffi.so:devel/libffi \
 		libmpi.so:net/openmpi \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libzfp.so:devel/zfp
 RUN_DEPENDS=	bash:shells/bash
 

Modified: head/multimedia/butt/Makefile
==============================================================================
--- head/multimedia/butt/Makefile	Wed Aug  7 16:43:55 2019	(r508337)
+++ head/multimedia/butt/Makefile	Wed Aug  7 16:49:18 2019	(r508338)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libmp3lame.so:audio/lame \
 		libogg.so:audio/libogg \
 		libopus.so:audio/opus \
-		libpng16.so:graphics/png \
+		libpng.so:graphics/png \
 		libportaudio.so:audio/portaudio \
 		libsamplerate.so:audio/libsamplerate \
 		libvorbis.so:audio/libvorbis

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Wed Aug  7 16:43:55 2019	(r508337)
+++ head/x11/xlockmore/Makefile	Wed Aug  7 16:49:18 2019	(r508338)
@@ -22,7 +22,7 @@ CONFIGURE_ARGS=	--without-motif --without-ttf --withou
 USE_XORG=	x11 xaw ice sm xpm xext xinerama
 
 LIB_DEPENDS+=	libfreetype.so:print/freetype2 \
-		libpng16.so:graphics/png
+		libpng.so:graphics/png
 
 OPTIONS_DEFINE=	MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
 		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908071649.x77GnIjU088818>