1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix typo in QT4 OPENGL logic

This commit is contained in:
Jason E. Hale 2013-12-11 15:04:33 +00:00
parent 036f2c5ce6
commit db5c7e9c09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336174

View File

@ -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