Mon Apr 1 15:26:26 2013 UTC ()
Not MAKE_JOBS_SAFE.


(dholland)
diff -r1.22 -r1.23 pkgsrc/devel/cqual/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/devel/cqual/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cqual/Makefile 2013/02/17 19:17:57 1.22
+++ pkgsrc/devel/cqual/Makefile 2013/04/01 15:26:26 1.23
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.22 2013/02/17 19:17:57 dholland Exp $ 1# $NetBSD: Makefile,v 1.23 2013/04/01 15:26:26 dholland Exp $
2# 2#
3 3
4DISTNAME= cqual-0.991 4DISTNAME= cqual-0.991
5PKGREVISION= 10 5PKGREVISION= 10
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cqual/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cqual/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.cs.umd.edu/~jfoster/cqual/ 10HOMEPAGE= http://www.cs.umd.edu/~jfoster/cqual/
11COMMENT= Tool for adding type qualifiers to C 11COMMENT= Tool for adding type qualifiers to C
12 12
 13MAKE_JOBS_SAFE= no
13USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15USE_TOOLS+= gmake perl:run bison m4 16USE_TOOLS+= gmake perl:run bison m4
16 17
17REPLACE_PERL+= bin/* 18REPLACE_PERL+= bin/*
18INFO_FILES= yes 19INFO_FILES= yes
19 20
20BUILDLINK_TRANSFORM= rm:-Werror 21BUILDLINK_TRANSFORM= rm:-Werror
21INSTALLATION_DIRS= share/doc/cqual share/examples/cqual 22INSTALLATION_DIRS= share/doc/cqual share/examples/cqual
22 23
23.include "options.mk" 24.include "options.mk"
24 25
25.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"