From owner-svn-ports-all@FreeBSD.ORG Tue Oct 23 20:16:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A212D56; Tue, 23 Oct 2012 20:16:49 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3277C8FC17; Tue, 23 Oct 2012 20:16:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NKGnkx048606; Tue, 23 Oct 2012 20:16:49 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NKGm6F048604; Tue, 23 Oct 2012 20:16:48 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201210232016.q9NKGm6F048604@svn.freebsd.org> From: Martin Matuska Date: Tue, 23 Oct 2012 20:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306325 - head/graphics/opencv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 20:16:49 -0000 Author: mm Date: Tue Oct 23 20:16:48 2012 New Revision: 306325 URL: http://svn.freebsd.org/changeset/ports/306325 Log: Fix build with QT4 option PR: ports/172156 Submitted by: RyoTa SimaMoto Feature safe: yes Modified: head/graphics/opencv/Makefile Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Tue Oct 23 20:14:38 2012 (r306324) +++ head/graphics/opencv/Makefile Tue Oct 23 20:16:48 2012 (r306325) @@ -118,7 +118,7 @@ CMAKE_ARGS+= -DWITH_PNG:BOOL=Off .endif .if defined(WITH_QT4) -USE_QT4+= opengl moc_build qmake_build rcc_build uic_build +USE_QT4+= opengl moc_build qmake_build rcc_build uic_build qtestlib CMAKE_ARGS+= -DWITH_QT:BOOL=On -DWITH_QT_OPENGL:BOOL=On .else CMAKE_ARGS+= -DWITH_QT:BOOL=Off