diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-20 16:26:48 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-20 16:26:48 +0000 |
commit | e7f3b1dc2cde9262633edbb968ed7681db90e100 (patch) | |
tree | 81f02209b248cb3b63f708a01d74688624481ad7 /mail | |
parent | a24cdf400c6a04dd0407f8879d3573a06d094c6b (diff) | |
download | pkgsrc-e7f3b1dc2cde9262633edbb968ed7681db90e100.tar.gz |
Add missing PAM buildlink.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/prayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 3740bbcd468..45d17002ca4 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/02/02 10:00:47 hans Exp $ +# $NetBSD: Makefile,v 1.44 2012/03/20 16:26:48 dholland Exp $ DISTNAME= prayer-1.3.4 PKGREVISION= 1 @@ -67,6 +67,7 @@ INSTALLATION_DIRS+= ${EGDIR} .include "../../mail/imap-uw/buildlink3.mk" .include "../../mk/bdb.buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" +.include "../../mk/pam.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../www/tidy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |