diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2019-07-12 07:56:36 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2019-07-12 07:56:36 +0000 |
| commit | 333b456e9f8a74e03d369b7fd44b183cf4ec5a87 (patch) | |
| tree | 0d3e99308d93dfbc3b495d6bfc3151a2d7595a0f /sysutils | |
| parent | 4d79301c6ae74ea46db3bba899e6a731f1428b1a (diff) | |
Notes
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/ipmitool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 74388b3f823b..c2477f3d2b95 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -13,8 +13,6 @@ COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl111 - USES= cpe tar:bzip2 gmake readline ssl CPE_VENDOR= sun GNU_CONFIGURE= yes @@ -51,7 +49,7 @@ FREEIPMI_CONFIGURE_ENABLE= intf-free .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 +.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT} == openssl111 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c .endif |
