Use BROKEN_SSL

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 12:02:41 +00:00
parent 98f77b8a40
commit 3fd5bde94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462147

View File

@ -9,6 +9,7 @@ MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
BROKEN_SSL= openssl-devel
BROKEN_powerpc64= fails to build: ed25519-donna-portable.h: warning: ALIGN redefined
USES= perl5 ssl tar:bzip2
@ -23,10 +24,4 @@ PLIST_FILES= lib/pam_ssh_agent_auth.so \
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so
.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>