diff options
author | epg <epg@pkgsrc.org> | 2008-08-23 00:48:12 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-08-23 00:48:12 +0000 |
commit | 647ff316654d15b92109b503386cb14cf2b21af8 (patch) | |
tree | f2d5802f1af952ce54248ba1c85204ee2a775e7f /security | |
parent | 35f80a46563c9b784e5150d19a79f9ce11ec0122 (diff) | |
download | pkgsrc-647ff316654d15b92109b503386cb14cf2b21af8.tar.gz |
Set MAKE_JOBS_SAFE=no
Diffstat (limited to 'security')
-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 |