svn commit: r336174 - head/graphics/opencv

Jason E. Hale jhale at FreeBSD.org
Wed Dec 11 15:04:34 UTC 2013


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


More information about the svn-ports-head mailing list