pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-smbpass fix DEPENDS to use ../../net/samb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57e80000e1e6
branches:  trunk
changeset: 479187:57e80000e1e6
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Aug 07 07:55:56 2004 +0000

description:
fix DEPENDS to use ../../net/samba2 (this is samba2-only pkg)

diffstat:

 security/pam-smbpass/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8ad51022da17 -r 57e80000e1e6 security/pam-smbpass/Makefile
--- a/security/pam-smbpass/Makefile     Sat Aug 07 06:12:20 2004 +0000
+++ b/security/pam-smbpass/Makefile     Sat Aug 07 07:55:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/24 22:46:11 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/07 07:55:56 jdolecek Exp $
 
 .include "../../net/samba2/Makefile.common"
 
@@ -11,7 +11,7 @@
 
 CONFLICTS+=            samba>=3.0
 
-DEPENDS+=              {samba>=2.0,ja-samba>=2.0}:../../net/samba
+DEPENDS+=              {samba>=2.0,ja-samba>=2.0}:../../net/samba2
 
 USE_BUILDLINK3=                yes
 CONFIGURE_ARGS+=       --with-pam



Home | Main Index | Thread Index | Old Index