diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-12 04:56:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-12 04:56:35 +0000 |
commit | 0ac69be3ed427228f155308ed884846c21ab91bf (patch) | |
tree | 5a14611d217368e251850790e824277a636faccd /security/pam-smbpass | |
parent | 63d79814ef2a51a3836e7fd4cae6debfae032f19 (diff) | |
download | pkgsrc-0ac69be3ed427228f155308ed884846c21ab91bf.tar.gz |
Note conflict with samba>=3.0, which installs its own pam-smbpass.
Diffstat (limited to 'security/pam-smbpass')
-rw-r--r-- | security/pam-smbpass/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile index fa99b5f5590..a43f5885337 100644 --- a/security/pam-smbpass/Makefile +++ b/security/pam-smbpass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/11 00:33:03 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/12 04:56:35 jlam Exp $ .include "../../net/samba/Makefile.common" @@ -8,6 +8,8 @@ CATEGORIES= security MAINTAINER= jlam@NetBSD.org COMMENT= PAM authentication against a Samba password database +CONFLICTS+= samba>=3.0 + DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba USE_BUILDLINK3= # defined |