diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-04-24 04:56:21 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-04-24 04:56:21 +0800 |
commit | 56d3caa4ad614ae876296a49bdc77f641da8ffe9 (patch) | |
tree | 588b8a39510dcad11a1659ddbcf83af85d29f6ad /misc | |
parent | 30efb47f3c6d4a5a01143e36d0960048bbf010a9 (diff) | |
download | freebsd-ports-gnome-56d3caa4ad614ae876296a49bdc77f641da8ffe9.tar.gz freebsd-ports-gnome-56d3caa4ad614ae876296a49bdc77f641da8ffe9.tar.zst freebsd-ports-gnome-56d3caa4ad614ae876296a49bdc77f641da8ffe9.zip |
Cleanup LIB_DEPENDS
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nn-insight/Makefile | 2 | ||||
-rw-r--r-- | misc/vxl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index 76b4a804f6f1..630057e0618a 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= avir>0:graphics/avir \ nlohmann-json>0:devel/nlohmann-json \ png++>0:graphics/png++ LIB_DEPENDS= libcgraph.so:graphics/graphviz \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtcmalloc.so:devel/google-perftools USES= compiler:c++17-lang cmake pkgconfig qt:5 diff --git a/misc/vxl/Makefile b/misc/vxl/Makefile index 2ffeba05acf8..3a3b6a319998 100644 --- a/misc/vxl/Makefile +++ b/misc/vxl/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org COMMENT= C++ libraries for computer vision and image understanding -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake compiler:c++11-lang jpeg |