summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-25 19:18:01 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-25 19:18:01 +0000
commit99002eaa3a1eff0a36262bda5aa3ca7db541a46d (patch)
tree9d5fcbd6088b8107bebfcf044e9611609dc8f124 /security
parent2cd50fb8ce75b8da7b02aebdb8dc123b57123498 (diff)
downloadpkgsrc-99002eaa3a1eff0a36262bda5aa3ca7db541a46d.tar.gz
Requires OpenSSL.
Diffstat (limited to 'security')
-rw-r--r--security/pam_ssh_agent_auth/Makefile3
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"