diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-27 16:04:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-27 16:04:29 +0000 |
commit | 149fc1f71d5bea41e5debfa0fa955ecfe6660cb7 (patch) | |
tree | eda2b36d3511b7b3d693093ec03cc41cb65e7ff8 | |
parent | 9ff01ee54aa576757cb96cf2e15aba1447b5ac68 (diff) | |
download | pkgsrc-149fc1f71d5bea41e5debfa0fa955ecfe6660cb7.tar.gz |
USE_TOOLS+=lex
-rw-r--r-- | devel/gob2/Makefile | 4 | ||||
-rw-r--r-- | devel/hdf/Makefile | 5 | ||||
-rw-r--r-- | sysutils/detox/Makefile | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile index 357e63a9ab0..daea8de3ac7 100644 --- a/devel/gob2/Makefile +++ b/devel/gob2/Makefile @@ -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 @@ MAINTAINER= dillo@NetBSD.org 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 --git a/devel/hdf/Makefile b/devel/hdf/Makefile index c8d5588803f..eb54cfbfa68 100644 --- a/devel/hdf/Makefile +++ b/devel/hdf/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/sysutils/detox/Makefile b/sysutils/detox/Makefile index 1b41fff12b7..3256a840d91 100644 --- a/sysutils/detox/Makefile +++ b/sysutils/detox/Makefile @@ -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 @@ HOMEPAGE= http://detox.sourceforge.net/ 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 |