Skip to content

Commit

Permalink
OpenIPMI: add missing openssl deps
Browse files Browse the repository at this point in the history
${prefix}/lib/libOpenIPMI.0.dylib and several other files links
to libcrypto.1.1.dylib.
  • Loading branch information
Chih-Hsuan Yen committed Sep 27, 2019
1 parent 60c85c7 commit 6d8d462
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sysutils/OpenIPMI/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PortGroup conflicts_build 1.0
name OpenIPMI
if {${os.platform} eq "darwin" && ${os.major} <= 15} {
version 2.0.19
revision 7
revision 8
} else {
version 2.0.27
revision 0
revision 1
}
set branch [join [lrange [split ${version} .] 0 1] .]
license {GPL-2 LGPL-2}
Expand Down Expand Up @@ -54,8 +54,9 @@ depends_build port:gsed
depends_lib port:popt \
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:net-snmp \
port:tcl

port:tcl \
path:lib/libssl.dylib:openssl

configure.args --with-poptlibs=-lpopt \
--with-swig=no \
--with-python=no \
Expand Down

0 comments on commit 6d8d462

Please sign in to comment.