diff options
Diffstat (limited to 'devel/sdcc')
-rw-r--r-- | devel/sdcc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index 3c53638a1e3..e71004410af 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/05/22 20:28:47 jlam Exp $ DISTNAME= sdcc-2.4.0 PKGNAME= ${DISTNAME:S/-src//} @@ -10,13 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sdcc.sourceforge.net/ COMMENT= Cross compile 8051 code -# # XXX - This HACK circumvent a problem with the use of yacc that breaks the # XXX - building process of sdcc. Use of bison fixes this problem for now. # -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - -YACC= bison +USE_TOOLS+= bison BUILD_TARGET= dep all |