diff options
author | joerg <joerg@pkgsrc.org> | 2013-11-29 12:54:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-11-29 12:54:38 +0000 |
commit | 59e6547cea51e6948e1643c1cd8d733268de63dc (patch) | |
tree | c5c13f384b62f69f14fd72b067b2d3b6e5ab2d0c | |
parent | 9717196701b43217751d35d9ca601e8392e09967 (diff) | |
download | pkgsrc-59e6547cea51e6948e1643c1cd8d733268de63dc.tar.gz |
Not MAKE_JOBS_SAFE.
-rw-r--r-- | devel/kdbg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index a4ae69a67c4..68d48e97f4c 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2013/10/09 17:39:07 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2013/11/29 12:54:38 joerg Exp $ DISTNAME= kdbg-2.2.2 PKGREVISION= 20 @@ -10,6 +10,9 @@ HOMEPAGE= http://www.kdbg.org/ COMMENT= Graphical User Interface around gdb using KDE LICENSE= gnu-gpl-v2 +# Race condition with using procattach.h and rebuilding procattachbase.h +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake msgfmt perl GNU_CONFIGURE= YES SET_LIBDIR= YES |