diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 17:30:19 +0000 |
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 17:30:19 +0000 |
| commit | 6088c33ba5209e3fc9615b72f60d4266f23a3f60 (patch) | |
| tree | 28ac653ff7f7a6872e4348fbd7af50c0d9ab51bd /sysutils/ipmitool | |
| parent | 0467bf077e4e2f95bac208f319ba276a750791c3 (diff) | |
Notes
Diffstat (limited to 'sysutils/ipmitool')
| -rw-r--r-- | sysutils/ipmitool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index c2477f3d2b95..ff3766f74528 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -49,7 +49,7 @@ FREEIPMI_CONFIGURE_ENABLE= intf-free .include <bsd.port.options.mk> -.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT} == openssl111 +.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT} == openssl EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c .endif |
