diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-07 16:49:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-07 16:49:18 +0000 |
commit | 4ff4d574f94f669e575b43e194a4a036ea7f825f (patch) | |
tree | 5c152115f0479e0729b991aed0b1e827fc7bd84d /misc/adios2 | |
parent | 1437827f133e92ad4f9fde4373fbf61499c53ee9 (diff) | |
download | freebsd-ports-4ff4d574f94f669e575b43e194a4a036ea7f825f.zip |
Cleanup LIB_DEPENDS
Diffstat (limited to 'misc/adios2')
-rw-r--r-- | misc/adios2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index 34a523fecd16..62deac01ddc8 100644 --- a/misc/adios2/Makefile +++ b/misc/adios2/Makefile @@ -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 |