Skip to content

Commit

Permalink
xxdiff: Use qt5 on non-Darwin systems
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jun 29, 2019
1 parent cc4c7d7 commit 70b5022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/xxdiff/Portfile
Expand Up @@ -2,7 +2,7 @@


PortSystem 1.0 PortSystem 1.0


if {${os.major} < 14} { if {${os.platform} eq "darwin" && ${os.major} < 14} {
default_variants +qt4 default_variants +qt4
} }
if {![variant_isset qt4]} { if {![variant_isset qt4]} {
Expand Down

0 comments on commit 70b5022

Please sign in to comment.