mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue