diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libjit/Makefile | 4 | ||||
-rw-r--r-- | devel/opencm/Makefile | 4 | ||||
-rw-r--r-- | devel/rsltc/Makefile | 4 | ||||
-rw-r--r-- | devel/treecc/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile index 7b745a364ce..1977faa8bee 100644 --- a/devel/libjit/Makefile +++ b/devel/libjit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/08 15:31:24 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:11 rillig Exp $ # DISTNAME= libjit-0.0.4 @@ -12,7 +12,7 @@ COMMENT= Just-In-Time compilation functionality USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake lex makeinfo +USE_TOOLS+= gmake lex yacc makeinfo GNU_CONFIGURE= yes INFO_FILES= # PLIST diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile index 6b3a0bfad93..fadaf949068 100644 --- a/devel/opencm/Makefile +++ b/devel/opencm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2007/09/02 11:17:39 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2007/11/17 12:04:12 rillig Exp $ # DISTNAME= ${OPENCM_VERSION}-2-src @@ -13,7 +13,7 @@ HOMEPAGE= http://www.opencm.org/ COMMENT= Secure, high-integrity replacement for CVS WRKSRC= ${WRKDIR}/${OPENCM_VERSION}/base -USE_TOOLS+= gmake gzip makeinfo +USE_TOOLS+= gmake gzip makeinfo lex GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= KRB5_BUILDLINK=${KRB5BASE:Q} diff --git a/devel/rsltc/Makefile b/devel/rsltc/Makefile index 53cab25ae76..ca4e45fb195 100644 --- a/devel/rsltc/Makefile +++ b/devel/rsltc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/09/09 02:41:58 obache Exp $ +# $NetBSD: Makefile,v 1.8 2007/11/17 12:04:12 rillig Exp $ # DISTNAME= rsltcsrc @@ -16,7 +16,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= gentle>=97:../../devel/gentle MAKE_FILE= make_sunos -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex WRKSRC= ${WRKDIR}/rsl.2.4 INSTALLATION_DIRS= bin diff --git a/devel/treecc/Makefile b/devel/treecc/Makefile index 989e2132dfb..ff0811e0029 100644 --- a/devel/treecc/Makefile +++ b/devel/treecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/17 17:37:21 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/11/17 12:04:12 rillig Exp $ # DISTNAME= treecc-0.3.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/projects/dotgnu/ COMMENT= DotGNU Portable.NET aspect-oriented programming tool GNU_CONFIGURE= yes -USE_TOOLS+= gmake lex makeinfo +USE_TOOLS+= gmake lex yacc makeinfo INFO_FILES= yes .include "../../mk/bsd.pkg.mk" |