diff options
author | joerg <joerg@pkgsrc.org> | 2014-08-19 13:32:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-08-19 13:32:10 +0000 |
commit | 48ec1fca0d091cb5998560e862c8fd66374bc4aa (patch) | |
tree | dcd28158e41a7446a5107884fa74254b004e25ef /devel | |
parent | ef68d89378a89fc59605e6d97dfbeeda7f114163 (diff) | |
download | pkgsrc-48ec1fca0d091cb5998560e862c8fd66374bc4aa.tar.gz |
bison rules are racy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsgraph/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 93012a2b450..d4289206b37 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2013/09/04 12:31:24 obache Exp $ +# $NetBSD: Makefile,v 1.44 2014/08/19 13:32:10 joerg Exp $ # DISTNAME= cvsgraph-1.6.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/ COMMENT= Graphically represents CVS/RCS branches and file revisions +MAKE_JOBS_SAFE= no + USE_TOOLS+= bison lex GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |