diff options
-rw-r--r-- | misc/ppower/Makefile | 3 | ||||
-rw-r--r-- | net/openafs/Makefile | 3 | ||||
-rw-r--r-- | news/cg/Makefile | 3 | ||||
-rw-r--r-- | print/enscript/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fatback/Makefile | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/misc/ppower/Makefile b/misc/ppower/Makefile index ab346f52c2f..b088dea319b 100644 --- a/misc/ppower/Makefile +++ b/misc/ppower/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:12 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/09 16:05:11 minskim Exp $ # DISTNAME= ppower-0.1.5 @@ -12,6 +12,7 @@ COMMENT= X10 controller software for the CM11A interface #LICENSE= GPL GNU_CONFIGURE= YES +USE_TOOLS+= lex CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 18394f6f547..4f1db479386 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/29 05:48:25 gendalia Exp $ +# $NetBSD: Makefile,v 1.20 2006/06/09 16:05:51 minskim Exp $ DISTNAME= openafs-1.4.1-src PKGNAME= ${DISTNAME:C/-src//} @@ -16,6 +16,7 @@ CONFLICTS+= lwp-[0-9]* CONFLICTS+= rx-[0-9]* GNU_CONFIGURE= yes +USE_TOOLS+= lex CONFIGURE_ARGS+= --enable-bitmap-later CONFIGURE_ARGS+= --enable-bos-new-config CONFIGURE_ARGS+= --enable-fast-restart diff --git a/news/cg/Makefile b/news/cg/Makefile index 41424353bd5..b7dfab84e20 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:03 tv Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/09 16:06:18 minskim Exp $ # DISTNAME= cg-0.4 @@ -10,6 +10,7 @@ HOMEPAGE= http://ftp.giga.or.at/pub/nih/cg/ COMMENT= Semi-automatic newsgroup binary downloader GNU_CONFIGURE= YES +USE_TOOLS+= lex TEST_TARGET= check .include "../../mk/bsd.pkg.mk" diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 1b0a3e601c8..e2054ca5177 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/04/06 18:18:15 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2006/06/09 16:06:42 minskim Exp $ # DISTNAME= enscript-1.6.3 @@ -12,7 +12,7 @@ COMMENT= ASCII-to-PostScript filter GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index 6a55749757d..f412eee0391 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/02 16:47:39 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/09 16:07:38 minskim Exp $ DISTNAME= fatback-1.3 PKGREVISION= 1 @@ -13,5 +13,6 @@ GNU_CONFIGURE= yes INFO_FILES= # PLIST USE_LANGUAGES= c c++ +USE_TOOLS+= lex .include "../../mk/bsd.pkg.mk" |