pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7be496a7aa88
branches:  trunk
changeset: 514261:7be496a7aa88
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 09 16:05:11 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 misc/ppower/Makefile      |  3 ++-
 net/openafs/Makefile      |  3 ++-
 news/cg/Makefile          |  3 ++-
 print/enscript/Makefile   |  4 ++--
 sysutils/fatback/Makefile |  3 ++-
 5 files changed, 10 insertions(+), 6 deletions(-)

diffs (85 lines):

diff -r fd675ff91161 -r 7be496a7aa88 misc/ppower/Makefile
--- a/misc/ppower/Makefile      Fri Jun 09 16:03:23 2006 +0000
+++ b/misc/ppower/Makefile      Fri Jun 09 16:05:11 2006 +0000
@@ -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 @@
 #LICENSE=              GPL
 
 GNU_CONFIGURE=         YES
+USE_TOOLS+=            lex
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
diff -r fd675ff91161 -r 7be496a7aa88 net/openafs/Makefile
--- a/net/openafs/Makefile      Fri Jun 09 16:03:23 2006 +0000
+++ b/net/openafs/Makefile      Fri Jun 09 16:05:11 2006 +0000
@@ -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+=    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 -r fd675ff91161 -r 7be496a7aa88 news/cg/Makefile
--- a/news/cg/Makefile  Fri Jun 09 16:03:23 2006 +0000
+++ b/news/cg/Makefile  Fri Jun 09 16:05:11 2006 +0000
@@ -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 @@
 COMMENT=       Semi-automatic newsgroup binary downloader
 
 GNU_CONFIGURE=         YES
+USE_TOOLS+=            lex
 TEST_TARGET=           check
 
 .include "../../mk/bsd.pkg.mk"
diff -r fd675ff91161 -r 7be496a7aa88 print/enscript/Makefile
--- a/print/enscript/Makefile   Fri Jun 09 16:03:23 2006 +0000
+++ b/print/enscript/Makefile   Fri Jun 09 16:05:11 2006 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake lex
 BROKEN_GETTEXT_DETECTION=      yes
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
diff -r fd675ff91161 -r 7be496a7aa88 sysutils/fatback/Makefile
--- a/sysutils/fatback/Makefile Fri Jun 09 16:03:23 2006 +0000
+++ b/sysutils/fatback/Makefile Fri Jun 09 16:05:11 2006 +0000
@@ -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 @@
 INFO_FILES=    # PLIST
 
 USE_LANGUAGES= c c++
+USE_TOOLS+=    lex
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index