diff options
author | joerg <joerg> | 2009-07-06 16:08:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-06 16:08:05 +0000 |
commit | ed514e718b4dcdf415718bff42330f9abe422f96 (patch) | |
tree | 7b5708ee1a2a9a7b3fb6de81bcb862d3fb3e7078 /print/LPRng-core | |
parent | 83daa726445758f47ae347a5105c73573453e1e3 (diff) | |
download | pkgsrc-ed514e718b4dcdf415718bff42330f9abe422f96.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'print/LPRng-core')
-rw-r--r-- | print/LPRng-core/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index d9091a61d9c..057cce34ae0 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/12/02 11:33:01 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2009/07/06 16:08:30 joerg Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lprng.com/ COMMENT= Enhanced Printer Spooler +MAKE_JOBS_SAFE= no + CONFLICTS+= cups-[0-9]* USE_TOOLS+= chgrp chown gmake |