diff options
author | epg <epg> | 2008-08-23 00:48:12 +0000 |
---|---|---|
committer | epg <epg> | 2008-08-23 00:48:12 +0000 |
commit | e528f291eb55a2f58a9dc646a9ffebcaf633508f (patch) | |
tree | f2d5802f1af952ce54248ba1c85204ee2a775e7f /security/PAM | |
parent | f66b8227bf2bbfa0c86116769919c259b860647b (diff) | |
download | pkgsrc-e528f291eb55a2f58a9dc646a9ffebcaf633508f.tar.gz |
Set MAKE_JOBS_SAFE=no
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 c2d4e29f5e2..eaffada7c3d 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/04/12 22:43:09 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2008/08/23 00:48:12 epg 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) +MAKE_JOBS_SAFE= no + CONFLICTS+= openpam-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews |