diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-06-16 16:05:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-06-16 16:05:28 +0000 |
commit | e19903f0aea4d3e3b020dfeb7917e5da969abe6f (patch) | |
tree | af3dcd22e084ce9821b354f102726fb6b290181e /graphics/open3d | |
parent | a8386f0b2645ad78a65832daf838a5a141c4e907 (diff) | |
download | freebsd-ports-e19903f0aea4d3e3b020dfeb7917e5da969abe6f.zip |
Clean up LIB_DEPENDS
Diffstat (limited to 'graphics/open3d')
-rw-r--r-- | graphics/open3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/open3d/Makefile b/graphics/open3d/Makefile index 67dd77085348..27fed48fef2e 100644 --- a/graphics/open3d/Makefile +++ b/graphics/open3d/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE LIB_DEPENDS= libglfw.so:graphics/glfw \ libjsoncpp.so:devel/jsoncpp \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig USE_GITHUB= yes |