svn commit: r423214 - head/graphics/opencv

Jan Beich jbeich at FreeBSD.org
Mon Oct 3 17:46:11 UTC 2016


Author: jbeich
Date: Mon Oct  3 17:46:09 2016
New Revision: 423214
URL: https://svnweb.freebsd.org/changeset/ports/423214

Log:
  graphics/opencv: drop unused line after r260084
  
  WANT_* variables are a relic of the dark times before bsd.port.options.mk.

Modified:
  head/graphics/opencv/Makefile   (contents, props changed)

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Mon Oct  3 17:36:29 2016	(r423213)
+++ head/graphics/opencv/Makefile	Mon Oct  3 17:46:09 2016	(r423214)
@@ -16,7 +16,6 @@ USE_GITHUB=	yes
 
 USES=		cmake compiler:c++11-lib pkgconfig
 USE_LDCONFIG=	yes
-WANT_GSTREAMER=	yes
 
 NOT_FOR_ARCHS=	sparc64
 NOT_FOR_ARCHS_REASON_sparc64=	does not compile on sparc64


More information about the svn-ports-all mailing list