diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-08-20 18:56:19 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-08-20 18:56:19 +0000 |
commit | 36fda797152d96af499f20a36eacf1a37b05de16 (patch) | |
tree | 22e6520954ee56130659eeefc346ca730ea088b5 /security | |
parent | 6e3ac49171b61828b94540ac85974ceee3dae686 (diff) | |
download | ports-36fda797152d96af499f20a36eacf1a37b05de16.tar.gz ports-36fda797152d96af499f20a36eacf1a37b05de16.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index ababce940eaa..cb1a59c05349 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -3,6 +3,7 @@ PORTNAME= pam_ssh_agent_auth PORTVERSION= 0.10.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/ @@ -14,8 +15,9 @@ BROKEN_mips64= fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_ BROKEN_powerpc64= fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined USES= perl5 ssl tar:bzip2 +USE_PERL5= build GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_func_strnvis=no +CONFIGURE_ENV= ac_cv_func_strnvis=no PERL=/usr/bin/false CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib \ --with-ssl-dir=${OPENSSLBASE} |