Not MAKE_JOBS_SAFE.
This commit is contained in:
parent
db4b45e6c3
commit
0933420ce7
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/04/28 00:29:21 tonnerre Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/11/29 13:00:08 joerg Exp $
|
||||
|
||||
DISTNAME= bcollect-0.6.0
|
||||
CATEGORIES= sysutils
|
||||
|
@ -12,6 +12,9 @@ PKG_DESTDIR_SUPPORT= destdir
|
|||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= lex yacc
|
||||
|
||||
# Incomplete dependencies on confparser.h
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
CONF_FILES+= ${PREFIX}/share/examples/bcollect/bcollect.conf \
|
||||
${PKG_SYSCONFDIR}/bcollect.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue