summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordholland <dholland>2012-03-20 16:27:40 +0000
committerdholland <dholland>2012-03-20 16:27:40 +0000
commit92f35950eeb369304af7e422576f4da79e780a38 (patch)
treec81e810b3f294638f76a55adfe91f1231ee11a77 /security
parent5fa34153d75423c4282f61382d49ecd00afb68ef (diff)
downloadpkgsrc-92f35950eeb369304af7e422576f4da79e780a38.tar.gz
Add missing PAM buildlink
Diffstat (limited to 'security')
-rw-r--r--security/pam-krb5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam-krb5/Makefile b/security/pam-krb5/Makefile
index 125f2821fe7..18925342978 100644
--- a/security/pam-krb5/Makefile
+++ b/security/pam-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/03/19 19:31:24 pettai Exp $
+# $NetBSD: Makefile,v 1.5 2012/03/20 16:27:40 dholland Exp $
#
DISTNAME= pam-krb5-4.5
@@ -19,4 +19,5 @@ GNU_CONFIGURE= yes
CPPFLAGS.NetBSD+= -DNO_STATIC_MODULES
.include "../../mk/krb5.buildlink3.mk"
+.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"