diff options
author | dholland <dholland> | 2013-04-01 15:26:26 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-04-01 15:26:26 +0000 |
commit | 0b372a5e5517959ba238a92f72e8dc0c98f57fe9 (patch) | |
tree | 4a5840665fc913ad8bbc3abee380725daff55bdb /devel | |
parent | 02cf66fb66fad26550394a32976bc3d8c7bd0616 (diff) | |
download | pkgsrc-0b372a5e5517959ba238a92f72e8dc0c98f57fe9.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cqual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cqual/Makefile b/devel/cqual/Makefile index e4fee74aaf3..a642db2c039 100644 --- a/devel/cqual/Makefile +++ b/devel/cqual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/02/17 19:17:57 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/01 15:26:26 dholland Exp $ # DISTNAME= cqual-0.991 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.umd.edu/~jfoster/cqual/ COMMENT= Tool for adding type qualifiers to C +MAKE_JOBS_SAFE= no USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake perl:run bison m4 |