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 | c90d0d04370b770481da61aa94910c386177f173 (patch) | |
tree | dcd28158e41a7446a5107884fa74254b004e25ef | |
parent | 124f5bd904a6161b6c40928f6428182fdd6b5ed4 (diff) | |
download | pkgsrc-c90d0d04370b770481da61aa94910c386177f173.tar.gz |
bison rules are racy.
-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} |