Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 12:00:53 +00:00
parent 3e53fec47c
commit 1bc7cb9cad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462141

View File

@ -15,6 +15,8 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
BROKEN_SSL= openssl-devel
LIB_DEPENDS= libgmp.so:math/gmp
BROKEN_aarch64= Fails to build: Cannot detect CPU architechture
@ -69,12 +71,6 @@ post-patch:
${WRKSRC}/opencl_keychain_fmt_plug.c \
${WRKSRC}/ssh_ng_fmt_plug.c
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
do-install:
.for b in ${BINARIES}
${INSTALL_PROGRAM} ${WRKSRC}/../run/${b} ${STAGEDIR}${PREFIX}/bin
@ -94,4 +90,4 @@ do-install-DOCS-on:
@${RM} ${WRKSRC}/../doc/COPYING
${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>