Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2016 17:46:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423214 - head/graphics/opencv
Message-ID:  <201610031746.u93HkAGw028521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610031746.u93HkAGw028521>