summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland>2009-08-01 20:37:05 +0000
committerdholland <dholland>2009-08-01 20:37:05 +0000
commit2faed3f13e0d2ede2bc77c8af675476aaaaf350b (patch)
treec9481de2ac735cbcf50a61eddad52f9b264eed12 /lang
parent763ccbd3be67b180f775830cd1129422dac0943c (diff)
downloadpkgsrc-2faed3f13e0d2ede2bc77c8af675476aaaaf350b.tar.gz
USE_TOOLS+=gmake, same as pcc-current, for the same reason. Fixes PR 38964.
Diffstat (limited to 'lang')
-rw-r--r--lang/pcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile
index 2d94d3f73d9..60e854c5d3f 100644
--- a/lang/pcc/Makefile
+++ b/lang/pcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/04/30 20:17:03 zafer Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/01 20:37:05 dholland Exp $
DISTNAME= pcc-0.9.9
CATEGORIES= lang
@@ -13,6 +13,8 @@ HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Portable C compiler
USE_TOOLS+= lex yacc
+# XXX For some reason building with bmake fails randomly.
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no