aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ssh_agent_auth
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:02:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 12:02:41 +0000
commit3fd5bde94c8acaac62cf4d3abec00b4d4a9b1d8c (patch)
treef2c0ba8a81c566810c6ab909bc42c7d045b27ffa /security/pam_ssh_agent_auth
parent98f77b8a40ee61aedeb155bf9eb22990a4452f0e (diff)
downloadports-3fd5bde94c8acaac62cf4d3abec00b4d4a9b1d8c.tar.gz
ports-3fd5bde94c8acaac62cf4d3abec00b4d4a9b1d8c.zip
Use BROKEN_SSL
Notes
Notes: svn path=/head/; revision=462147
Diffstat (limited to 'security/pam_ssh_agent_auth')
-rw-r--r--security/pam_ssh_agent_auth/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile
index 8a27e2c420ce..25d279651062 100644
--- a/security/pam_ssh_agent_auth/Makefile
+++ b/security/pam_ssh_agent_auth/Makefile
@@ -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>