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 | f96c9445a4288fc9caad0226d22f34ff5010cb27 (patch) | |
tree | 5a14611d217368e251850790e824277a636faccd /security | |
parent | ceaed66621b3c71a050183665f6626146bc457c0 (diff) | |
download | pkgsrc-f96c9445a4288fc9caad0226d22f34ff5010cb27.tar.gz |
Note conflict with samba>=3.0, which installs its own pam-smbpass.
Diffstat (limited to 'security')
-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 |