mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix typo in QT4 OPENGL logic
This commit is contained in:
parent
036f2c5ce6
commit
db5c7e9c09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336174
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user