Skip to content

Commit

Permalink
xeus-sqlite: allow libssl other than openssl to satisfy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jun 28, 2020
1 parent a957406 commit 7524b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/xeus-sqlite/Portfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if {![variant_isset python37] && ![variant_isset python38]} {
} }


depends_lib-append port:cppzmq \ depends_lib-append port:cppzmq \
port:openssl \ path:lib/libssl.dylib:openssl \
port:sqlite3 \ port:sqlite3 \
port:sqlitecpp \ port:sqlitecpp \
port:tabulate \ port:tabulate \
Expand Down

0 comments on commit 7524b2a

Please sign in to comment.