diff options
author | jperkin <jperkin> | 2014-09-25 19:18:01 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-25 19:18:01 +0000 |
commit | 4e49b744216565382fcf8e897a9788b4fb430a8d (patch) | |
tree | 9d5fcbd6088b8107bebfcf044e9611609dc8f124 /security | |
parent | 24d125fa257bef9e019ed858a19a9fd7d56068b6 (diff) | |
download | pkgsrc-4e49b744216565382fcf8e897a9788b4fb430a8d.tar.gz |
Requires OpenSSL.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 7d35d864c0c..1fcca095a03 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/23 18:16:49 asau Exp $ +# $NetBSD: Makefile,v 1.5 2014/09/25 19:18:01 jperkin Exp $ DISTNAME= pam_ssh_agent_auth-0.9.2 CATEGORIES= security @@ -13,4 +13,5 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes USE_TOOLS+= pod2man +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |