diff options
Diffstat (limited to 'lang/pcc-current/Makefile')
-rw-r--r-- | lang/pcc-current/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile index 92e982d1a65..e122ac1ca64 100644 --- a/lang/pcc-current/Makefile +++ b/lang/pcc-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 12:13:38 he Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/30 18:19:28 hasso Exp $ DISTNAME= pcc-${DATE_STR} PKGNAME= pcc-current-0.9.9.20${DATE_STR} -DATE_STR= 080223 +DATE_STR= 090430 CATEGORIES= lang MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc/ EXTRACT_SUFX= .tgz @@ -14,6 +14,8 @@ COMMENT= Portable C compiler CONFLICTS= pcc-[0-9]* USE_TOOLS+= lex yacc +# XXX For some reason building with bmake fails randomly. +USE_TOOLS+= gmake GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no |