svn commit: r421789 - head/security/pam_ssh_agent_auth

John Marino marino at FreeBSD.org
Sun Sep 11 04:34:49 UTC 2016


Author: marino
Date: Sun Sep 11 04:34:48 2016
New Revision: 421789
URL: https://svnweb.freebsd.org/changeset/ports/421789

Log:
  security/pam_ssh_agent_auth: Document SSL requirement and configure it

Modified:
  head/security/pam_ssh_agent_auth/Makefile

Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile	Sun Sep 11 04:20:19 2016	(r421788)
+++ head/security/pam_ssh_agent_auth/Makefile	Sun Sep 11 04:34:48 2016	(r421789)
@@ -10,10 +10,11 @@ MASTER_SITES=	SF/pamsshagentauth/${PORTN
 MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list