diff options
author | jlam <jlam> | 2005-01-13 21:52:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-01-13 21:52:26 +0000 |
commit | 30f5f641e5e4a9ca46dc59d4ee220833a060313b (patch) | |
tree | 97a34140845db0b3a841f4d146837e4e489b0619 /security/PAM/Makefile | |
parent | 994d4f2931d5a0f7f68c92e722936ca580c65080 (diff) | |
download | pkgsrc-30f5f641e5e4a9ca46dc59d4ee220833a060313b.tar.gz |
Note conflict with openpam-[0-9]*.
Diffstat (limited to 'security/PAM/Makefile')
-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 |