Date: Sat, 16 Feb 2019 13:20:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493044 - head/graphics/pcl-pointclouds Message-ID: <201902161320.x1GDKmYH071507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 16 13:20:48 2019 New Revision: 493044 URL: https://svnweb.freebsd.org/changeset/ports/493044 Log: Remove bogus dependency, pcl-pointclouds links against libomp from llvm Modified: head/graphics/pcl-pointclouds/Makefile Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Sat Feb 16 13:19:29 2019 (r493043) +++ head/graphics/pcl-pointclouds/Makefile Sat Feb 16 13:20:48 2019 (r493044) @@ -19,7 +19,6 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libflann_cpp.so:math/flann \ libfreetype.so:print/freetype2 \ - libomp.so:devel/openmp \ libpcap.so:net/libpcap \ libtiff.so:graphics/tiff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902161320.x1GDKmYH071507>