summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2012-03-20 16:27:40 +0000
committerdholland <dholland>2012-03-20 16:27:40 +0000
commitce5e3ba2e2ff491ef87037e7008502506fcd9b1c (patch)
treec81e810b3f294638f76a55adfe91f1231ee11a77
parent3fbcd1d9fb49f29bcb828f94b0e222e7530f827d (diff)
downloadpkgsrc-ce5e3ba2e2ff491ef87037e7008502506fcd9b1c.tar.gz
Add missing PAM buildlink
-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"