diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-03 12:44:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-03 12:44:04 +0000 |
commit | 036e3cbe0dd5d8e6011c89a905c18ee91e267305 (patch) | |
tree | 2cd987f58d7d1ad2e5520e6ca5831e34c11de98a /graphics/cloudcompare | |
parent | ebb1ae8d2b7babbe87e606b64525c2927fc8e322 (diff) |
Notes
Diffstat (limited to 'graphics/cloudcompare')
-rw-r--r-- | graphics/cloudcompare/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile index be1bee75026d..71baed4ef6ce 100644 --- a/graphics/cloudcompare/Makefile +++ b/graphics/cloudcompare/Makefile @@ -65,7 +65,7 @@ PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libflann_cpp_s.so:math/flann \ libfreetype.so:print/freetype2 \ libpcl_people.so:graphics/pcl-pointclouds \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkDomainsChemistry-6.2.so:math/vtk6 PLUGINS_IMPLIES= SHAPELIB |