aboutsummaryrefslogtreecommitdiff
path: root/security/pam_ssh_agent_auth
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-11 04:34:48 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-11 04:34:48 +0000
commit3e18c0ac9dc52dda8724227b3504075bae1d7eea (patch)
treedc355ad35fc1732617ed092e52aa51f85d11e34c /security/pam_ssh_agent_auth
parent303901a9cb407a6a9ea4cc5f8560657f7c178bc8 (diff)
downloadports-3e18c0ac9dc52dda8724227b3504075bae1d7eea.tar.gz
ports-3e18c0ac9dc52dda8724227b3504075bae1d7eea.zip
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/Makefile5
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