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/31854366c58b
branches:  trunk
changeset: 515208:31854366c58b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 27 16:04:29 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 devel/gob2/Makefile     |  4 ++--
 devel/hdf/Makefile      |  5 ++---
 sysutils/detox/Makefile |  3 ++-
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 835ffa1dd68b -r 31854366c58b devel/gob2/Makefile
--- a/devel/gob2/Makefile       Tue Jun 27 15:36:04 2006 +0000
+++ b/devel/gob2/Makefile       Tue Jun 27 16:04:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:43 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/27 16:05:25 minskim Exp $
 
 DISTNAME=      gob2-2.0.12
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.5z.com/jirka/gob.html
 COMMENT=       GNOME object builder for glib2
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            lex pkg-config
 GNU_CONFIGURE=         yes
 
 .include "../../devel/glib2/buildlink3.mk"
diff -r 835ffa1dd68b -r 31854366c58b devel/hdf/Makefile
--- a/devel/hdf/Makefile        Tue Jun 27 15:36:04 2006 +0000
+++ b/devel/hdf/Makefile        Tue Jun 27 16:04:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/06/09 15:59:36 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2006/06/27 16:04:29 minskim Exp $
 
 DISTNAME=      HDF4.2r1
 PKGNAME=       hdf-4.2r1
@@ -10,8 +10,7 @@
 HOMEPAGE=      http://hdf.ncsa.uiuc.edu/hdf4.html
 COMMENT=       NCSA Hierarchical Data Format
 
-#USE_TOOLS+=           bison
-USE_TOOLS+=            gmake yacc
+USE_TOOLS+=            lex gmake yacc
 USE_LANGUAGES=         c fortran
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/hdf
diff -r 835ffa1dd68b -r 31854366c58b sysutils/detox/Makefile
--- a/sysutils/detox/Makefile   Tue Jun 27 15:36:04 2006 +0000
+++ b/sysutils/detox/Makefile   Tue Jun 27 16:04:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/29 06:22:17 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/27 16:06:16 minskim Exp $
 #
 
 DISTNAME=              detox-1.2.0-rc1
@@ -12,6 +12,7 @@
 COMMENT=               Removes non-standard characters from filenames
 
 GNU_CONFIGURE=         yes
+USE_TOOLS+=            lex
 INSTALL_TARGET=                install-base install-unsafe-config
 
 EGDIR=                 ${PREFIX}/share/examples/detox



Home | Main Index | Thread Index | Old Index