diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-11 04:34:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-11 04:34:48 +0000 |
commit | 3e18c0ac9dc52dda8724227b3504075bae1d7eea (patch) | |
tree | dc355ad35fc1732617ed092e52aa51f85d11e34c /security/pam_ssh_agent_auth | |
parent | 303901a9cb407a6a9ea4cc5f8560657f7c178bc8 (diff) |
security/pam_ssh_agent_auth: Document SSL requirement and configure it
Notes
Notes:
svn path=/head/; revision=421789
Diffstat (limited to 'security/pam_ssh_agent_auth')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 6b162f3acd52..4819f124f7fc 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PAM module which permits authentication via ssh-agent -USES= perl5 tar:bzip2 +USES= perl5 ssl tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no -CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib +CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib \ + --with-ssl-dir=${OPENSSLBASE} PLIST_FILES= lib/pam_ssh_agent_auth.so \ man/man8/pam_ssh_agent_auth.8.gz |