Not MAKE_JOBS_SAFE.
This commit is contained in:
parent
dfe3b89162
commit
5d8a5fb93e
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/01/11 14:42:01 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2016/05/31 19:35:54 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Tktable2.10
|
||||
|
@ -12,6 +12,9 @@ HOMEPAGE= http://tktable.sourceforge.net/
|
|||
COMMENT= Full-featured 2D table widget for Tk
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
# Racy generation of tkTable.tcl.h
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --x-includes=${BUILDLINK_PREFIX.libX11}/include \
|
||||
|
|
Loading…
Reference in a new issue