svn commit: r493044 - head/graphics/pcl-pointclouds

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 13:20:49 UTC 2019


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
 


More information about the svn-ports-all mailing list