Date: Wed, 11 Dec 2013 15:04:34 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336174 - head/graphics/opencv Message-ID: <201312111504.rBBF4YX2017664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Dec 11 15:04:33 2013 New Revision: 336174 URL: http://svnweb.freebsd.org/changeset/ports/336174 Log: - Fix typo in QT4 OPENGL logic Modified: head/graphics/opencv/Makefile Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Wed Dec 11 14:58:29 2013 (r336173) +++ head/graphics/opencv/Makefile Wed Dec 11 15:04:33 2013 (r336174) @@ -157,7 +157,7 @@ CMAKE_ARGS+= -DWITH_PNG:BOOL=Off .if ${PORT_OPTIONS:MQT4} USE_QT4+= gui moc_build qmake_build rcc_build uic_build qtestlib CMAKE_ARGS+= -DWITH_QT:STRING="4" -. if ${PORT_OPTIONS:MQT4} +. if ${PORT_OPTIONS:MOPENGL} USE_QT4+= opengl . endif .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111504.rBBF4YX2017664>