diff options
author | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
commit | 1b0417656969bd1c326432fe019d9a6f6bf42997 (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /sysutils/ipmitool | |
parent | e5874ca09869a82a5afd977e105a07506a5f15ad (diff) | |
download | freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.gz freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.zst freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.zip |
security/openssl-devel was removed, but there is a security/openssl111 now.
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 b0f24f7d2538..c0e7fb2acdbc 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -13,7 +13,7 @@ COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl-devel +BROKEN_SSL= openssl111 USES= cpe tar:bzip2 gmake readline ssl CPE_VENDOR= sun |