aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-04-23 20:56:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-04-23 20:56:21 +0000
commit56d3caa4ad614ae876296a49bdc77f641da8ffe9 (patch)
tree588b8a39510dcad11a1659ddbcf83af85d29f6ad /comms
parent30efb47f3c6d4a5a01143e36d0960048bbf010a9 (diff)
downloadports-56d3caa4ad614ae876296a49bdc77f641da8ffe9.tar.gz
ports-56d3caa4ad614ae876296a49bdc77f641da8ffe9.zip
Cleanup LIB_DEPENDS
Diffstat (limited to 'comms')
-rw-r--r--comms/flamp/Makefile2
-rw-r--r--comms/flmsg/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/flamp/Makefile b/comms/flamp/Makefile
index d78527de539f..c3cf97ee041b 100644
--- a/comms/flamp/Makefile
+++ b/comms/flamp/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
- libpng16.so:graphics/png
+ libpng.so:graphics/png
RUN_DEPENDS= fldigi:comms/fldigi
USES= compiler:c++11-lang gmake jpeg pkgconfig xorg
diff --git a/comms/flmsg/Makefile b/comms/flmsg/Makefile
index 5b482a3d6513..624620ee7bc3 100644
--- a/comms/flmsg/Makefile
+++ b/comms/flmsg/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
- libpng16.so:graphics/png
+ libpng.so:graphics/png
RUN_DEPENDS= fldigi:comms/fldigi
USES= gmake jpeg pkgconfig xorg