diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-08-07 07:55:56 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-08-07 07:55:56 +0000 |
commit | c889eeb7cb24a2fe8663cbc1e85058d9c3607956 (patch) | |
tree | 7924d520c2f6bdc417cd283a546b0eba045b14a7 /security | |
parent | eb9463c7ff778bf2b1d270f4dcd18e0e91c50c26 (diff) | |
download | pkgsrc-c889eeb7cb24a2fe8663cbc1e85058d9c3607956.tar.gz |
fix DEPENDS to use ../../net/samba2 (this is samba2-only pkg)
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-smbpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile index 8fdd10d1436..1e3a686c669 100644 --- a/security/pam-smbpass/Makefile +++ b/security/pam-smbpass/Makefile @@ -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 @@ COMMENT= PAM authentication against a Samba password database 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 |