diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-26 00:46:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-26 00:46:51 +0800 |
commit | f1de58ebae80107199572c95c3279a11b9e711f8 (patch) | |
tree | 4602dfe2308686abde7f43b4fe1e87e105dda89c /graphics | |
parent | 4fb8ea2122306aa52a16abb20890bd1dae8d2602 (diff) | |
download | freebsd-ports-gnome-f1de58ebae80107199572c95c3279a11b9e711f8.tar.gz freebsd-ports-gnome-f1de58ebae80107199572c95c3279a11b9e711f8.tar.zst freebsd-ports-gnome-f1de58ebae80107199572c95c3279a11b9e711f8.zip |
Canonicalize dependency on libpng
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index 00f3f212020a..5bf2cccd4b74 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libflann_cpp.so:math/flann \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkCommonCore-6.2.so:math/vtk6 |