diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-13 21:52:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-13 21:52:26 +0000 |
commit | 161c9567826d850baf885a0f98391927df73235c (patch) | |
tree | 97a34140845db0b3a841f4d146837e4e489b0619 /security/PAM | |
parent | 4891bc8fa67a2487c18c4318e35586a7b0233d26 (diff) | |
download | pkgsrc-161c9567826d850baf885a0f98391927df73235c.tar.gz |
Note conflict with openpam-[0-9]*.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index f48f32af3d6..7e811692e71 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/11/19 14:54:55 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/01/13 21:52:26 jlam Exp $ # DISTNAME= Linux-PAM-0.77 @@ -14,6 +14,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.kernel.org/pub/linux/libs/pam/ COMMENT= Pluggable Authentication Modules (PAM) +CONFLICTS+= openpam-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes |