pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dropbear For the "pam" package option, one ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6bc9e0bb65e
branches:  trunk
changeset: 532989:d6bc9e0bb65e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Sep 06 15:55:06 2007 +0000

description:
For the "pam" package option, one needs to include pam.buildlink3.mk.

diffstat:

 security/dropbear/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6835b0641101 -r d6bc9e0bb65e security/dropbear/Makefile
--- a/security/dropbear/Makefile        Thu Sep 06 14:37:19 2007 +0000
+++ b/security/dropbear/Makefile        Thu Sep 06 15:55:06 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/09/05 21:08:06 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2007/09/06 15:55:06 jlam Exp $
 
 DISTNAME=      dropbear-0.50
 CATEGORIES=    security
@@ -16,6 +16,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mpam)
+.  include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-pam
 .endif
 



Home | Main Index | Thread Index | Old Index