diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 20:01:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 20:01:08 +0800 |
commit | 898c919aafc1366daa7e2ef4eab1d4f157e23a12 (patch) | |
tree | 5f3ea6913ab06d8cce365e8d4abd37537706e80e /sysutils/ipmitool | |
parent | 461315b51954cd83af8dc290898dbdf380aa5e20 (diff) | |
download | freebsd-ports-gnome-898c919aafc1366daa7e2ef4eab1d4f157e23a12.tar.gz freebsd-ports-gnome-898c919aafc1366daa7e2ef4eab1d4f157e23a12.tar.zst freebsd-ports-gnome-898c919aafc1366daa7e2ef4eab1d4f157e23a12.zip |
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils/ipmitool')
-rw-r--r-- | sysutils/ipmitool/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 5463b0929da8..f43303aaaed2 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -13,6 +13,8 @@ COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel + USES= cpe tar:bzip2 gmake readline ssl CPE_VENDOR= sun GNU_CONFIGURE= yes @@ -51,10 +53,4 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DIR} ${INSTALL_SCRIPT} ${WRKDIR}/status-ipmi.sh ${STAGEDIR}${PREFIX}/${PERIODIC_DIR}/400.status-ipmi -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |