Skip to content

Commit

Permalink
db62: do nwhy this forced java by default?
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 29, 2024
1 parent 4a90b1b commit 219fbdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions databases/db62/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ variant java description {Build the Java API} {
}
}

if {${os.subplatform} eq "macosx" && ${os.major} < 11} {
default_variants +java
}
# if {${os.subplatform} eq "macosx" && ${os.major} < 11} {
# default_variants +java
# }

variant sql description {Build the SQL API} {
configure.args-append --enable-sql
Expand Down

0 comments on commit 219fbdf

Please sign in to comment.