You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
audacious: adjust qt5 version range
None of the Qt5 versions currently build for anything older than High Sierra.
This commit is contained in:
@@ -116,7 +116,7 @@ if {![variant_isset qt5]} {
|
||||
}
|
||||
}
|
||||
if {![variant_isset qt6]} {
|
||||
if {${os.platform} ne "darwin" || ${os.major} >= 15} {
|
||||
if {${os.platform} ne "darwin" || ${os.major} >= 17} {
|
||||
default_variants-append +qt5
|
||||
}
|
||||
}
|
||||
|
||||
@@ -449,7 +449,7 @@ if {![variant_isset qt5]} {
|
||||
}
|
||||
}
|
||||
if {![variant_isset qt6]} {
|
||||
if {${os.platform} ne "darwin" || ${os.major} >= 15} {
|
||||
if {${os.platform} ne "darwin" || ${os.major} >= 17} {
|
||||
default_variants-append +qt5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user