summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/covered-current/Makefile4
-rw-r--r--cad/covered/Makefile4
-rw-r--r--comms/fidogate/Makefile4
-rw-r--r--databases/unixodbc/Makefile4
-rw-r--r--devel/libjit/Makefile4
-rw-r--r--devel/opencm/Makefile4
-rw-r--r--devel/rsltc/Makefile4
-rw-r--r--devel/treecc/Makefile4
-rw-r--r--emulators/spim/Makefile4
-rw-r--r--emulators/twin/Makefile4
-rw-r--r--graphics/aqsis/Makefile4
-rw-r--r--graphics/dx/Makefile4
-rw-r--r--graphics/geomview/Makefile3
-rw-r--r--mail/nmh/Makefile4
-rw-r--r--math/eukleides/Makefile4
-rw-r--r--net/bind8/Makefile4
-rw-r--r--news/xrn/Makefile3
-rw-r--r--print/ghostscript/Makefile4
-rw-r--r--print/gimp-print-cups/Makefile4
-rw-r--r--print/gimp-print-escputil/Makefile4
-rw-r--r--print/gimp-print-ijs/Makefile4
-rw-r--r--print/gimp-print/Makefile4
-rw-r--r--print/teTeX3-bin/Makefile4
-rw-r--r--security/sfs/Makefile4
-rw-r--r--textproc/dict-dictionaries/Makefile4
-rw-r--r--wm/golem/Makefile4
-rw-r--r--www/ap-php/Makefile4
-rw-r--r--www/ap2-suphp/Makefile3
28 files changed, 59 insertions, 50 deletions
diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile
index a6bc3189c8b..4cc2161c654 100644
--- a/cad/covered-current/Makefile
+++ b/cad/covered-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= covered-${SNAPDATE}
@@ -18,7 +18,7 @@ CONFLICTS+= covered-[0-9]*
SNAPDATE= 20060904
GNU_CONFIGURE= YES
-USE_TOOLS+= bison gmake
+USE_TOOLS+= bison gmake lex
# we use this hack of setting a cache variable because
# the configure script uses AC_PATH_PROG to try and find
diff --git a/cad/covered/Makefile b/cad/covered/Makefile
index f999dda3504..165ad7c8672 100644
--- a/cad/covered/Makefile
+++ b/cad/covered/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/12 03:11:18 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= covered-0.4.7
@@ -16,7 +16,7 @@ DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog
CONFLICTS+= covered-current-[0-9]*
GNU_CONFIGURE= YES
-USE_TOOLS+= bison gmake
+USE_TOOLS+= bison gmake lex
# we use this hack of setting a cache variable because
# the configure script uses AC_PATH_PROG to try and find
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index fcfbd0ad6cf..95e6514e685 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2007/09/29 12:32:22 rillig Exp $
+# $NetBSD: Makefile,v 1.59 2007/11/17 12:04:11 rillig Exp $
#
DISTNAME= fidogate-4.4.10
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fidogate.org/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
-USE_TOOLS+= gmake makeinfo perl:run
+USE_TOOLS+= gmake makeinfo perl:run yacc
MAKE_ENV+= DEBUG="${CFLAGS} -Werror"
BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}"
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile
index cf23f7f2201..481d74ed6fe 100644
--- a/databases/unixodbc/Makefile
+++ b/databases/unixodbc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/01/23 20:50:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2007/11/17 12:04:11 rillig Exp $
PKGNAME= unixodbc-${ODBC_BASE_VERS}
COMMENT= ODBC 2.x/3.x driver manager
@@ -7,7 +7,7 @@ CONFLICTS+= iodbc-[0-9]*
.include "../../databases/unixodbc/Makefile.common"
-USE_TOOLS+= flex # to get libodbctxt.la
+USE_TOOLS+= flex yacc # to get libodbctxt.la
CONFIGURE_ARGS+= --disable-gui
PLIST_SUBST+= UNIXODBC_DRIVERS_DIR=${UNIXODBC_DRIVERS_DIR:Q}
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"
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 93c2b1da48c..02f0f125d8f 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/12/27 13:37:36 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2007/11/17 12:04:12 rillig Exp $
DISTNAME= spim-7.1
PKGREVISION= 3
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
USE_IMAKE= yes
-USE_TOOLS+= gzip lex
+USE_TOOLS+= gzip lex yacc
XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option
BUILD_TARGET= y.tab.c depend all
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index a79fbe81cb3..b005ff7f9bb 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/02/09 15:15:49 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= twin-src-3.1.14
@@ -15,7 +15,7 @@ BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1 pkgsrc-2006Q4
WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex yacc
BUILD_TARGET= depend world
CONFIGURE_ARGS+= --enable-debugger
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 45fe0cc90a8..2cf695b0db7 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/02/22 19:30:03 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2007/11/17 12:04:12 rillig Exp $
#
DISTNAME= aqsis-0.6.4
@@ -12,7 +12,7 @@ COMMENT= Renderman clone
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
GCC_REQD+= 2.95.3
USE_LANGUAGES= c c++
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index 7ea54067bec..958045fe46b 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/01/17 23:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2007/11/17 12:04:12 rillig Exp $
DISTNAME= dx-4.4.4
PKGREVISION= 1
@@ -11,7 +11,7 @@ COMMENT= Open Visualization Data Explorer
USE_LANGUAGES= c c++
USE_X11BASE= yes
-USE_TOOLS+= gmake lex sh
+USE_TOOLS+= gmake lex yacc sh
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-javadx
CONFIGURE_ENV+= bsh_path=${TOOLS_SH:Q}
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index a4c1aa70faa..b06c91f4f1e 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/05/21 02:26:38 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2007/11/17 12:04:13 rillig Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 6
@@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.geomview.org/
COMMENT= Interactive geometry viewing program
+USE_TOOLS+= lex
USE_LANGUAGES= c c++
USE_X11BASE= yes
GNU_CONFIGURE= yes
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 476031a5662..e01b9724b7a 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2007/10/16 23:49:01 tnn Exp $
+# $NetBSD: Makefile,v 1.66 2007/11/17 12:04:13 rillig Exp $
DISTNAME= nmh-1.0.4
PKGREVISION= 7
@@ -13,6 +13,8 @@ COMMENT= Cleaned up MH mailer suite
CONFLICTS= ja-mh-[0-9]*
CONFLICTS+= ja-mh6-[0-9]*
+USE_TOOLS+= lex
+
# We choose DOT_LOCKING in our patches because ".lock" files are
# the most common locking mechanism supported by mail software.
# It also works well over NFS.
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile
index 258d0df6661..c85a252c342 100644
--- a/math/eukleides/Makefile
+++ b/math/eukleides/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/08/01 21:17:45 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/11/17 12:04:13 rillig Exp $
DISTNAME= eukleides.1.0.1
PKGNAME= eukleides-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Euclidean geometry drawing language
DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit
BUILD_TARGET= eukleides
-USE_TOOLS+= bash:run bison gmake makeinfo
+USE_TOOLS+= bash:run bison gmake makeinfo lex
INFO_FILES= # PLIST
REPLACE_BASH= euk2edit euk2eps
diff --git a/net/bind8/Makefile b/net/bind8/Makefile
index 65abc18d4a5..5ba5a8f73d6 100644
--- a/net/bind8/Makefile
+++ b/net/bind8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/09/10 19:05:01 adrianp Exp $
+# $NetBSD: Makefile,v 1.39 2007/11/17 12:04:13 rillig Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME}pl1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.isc.org/sw/bind/
COMMENT= The Berkeley Internet Name Daemon, an implementation of DNS
+USE_TOOLS+= lex yacc
+
WRKSRC= ${WRKDIR}
BIND_VERSION= 8.4.7
DIST_SUBDIR= bind/${BIND_VERSION}
diff --git a/news/xrn/Makefile b/news/xrn/Makefile
index 519e8b417a1..d0c1ddfe5d0 100644
--- a/news/xrn/Makefile
+++ b/news/xrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/27 13:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/11/17 12:04:13 rillig Exp $
#
DISTNAME= 9.01
@@ -15,6 +15,7 @@ COMMENT= Usenet News reader for the X window system
WRKSRC= ${WRKDIR}
DIST_SUBDIR= xrn
+USE_TOOLS+= lex yacc
USE_IMAKE= yes
pre-install:
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index cdd27c81146..2ef56605d86 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/11/03 22:39:40 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2007/11/17 12:04:13 rillig Exp $
DISTNAME= ghostscript-8.60
PKGREVISION= 1
@@ -18,7 +18,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
-USE_TOOLS+= gmake perl:run
+USE_TOOLS+= gmake perl:run lex
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile
index 61b38c10abb..de242c7b74d 100644
--- a/print/gimp-print-cups/Makefile
+++ b/print/gimp-print-cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/04/17 13:46:46 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2007/11/17 12:04:14 rillig Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-cups-4.2.7
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print plugin
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no
diff --git a/print/gimp-print-escputil/Makefile b/print/gimp-print-escputil/Makefile
index 8b19d9b4f62..8495a58fb2b 100644
--- a/print/gimp-print-escputil/Makefile
+++ b/print/gimp-print-escputil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:28 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2007/11/17 12:04:14 rillig Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-escputil-4.2.7
@@ -14,7 +14,7 @@ COMMENT= Epson Stylus inkjet printer tool
BUILDLINK_DEPMETHOD.gimp-print-lib= build
CONFLICTS+= gimp<=1.2.3
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libgimpprint=no
diff --git a/print/gimp-print-ijs/Makefile b/print/gimp-print-ijs/Makefile
index bb48cb2cbd0..d98168845be 100644
--- a/print/gimp-print-ijs/Makefile
+++ b/print/gimp-print-ijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/07/07 19:03:01 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2007/11/17 12:04:14 rillig Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-ijs-4.2.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print IJS server
USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ijs
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile
index c348a433c5e..7552cb30567 100644
--- a/print/gimp-print/Makefile
+++ b/print/gimp-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/04/17 13:46:46 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/11/17 12:04:14 rillig Exp $
DISTNAME= gimp-print-4.2.7
PKGREVISION= 3
@@ -11,7 +11,7 @@ COMMENT= GIMP print plugin
CONFLICTS+= gimp<=1.2.3
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-samples --without-user-guide
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile
index 771b17d11c8..cb07438c468 100644
--- a/print/teTeX3-bin/Makefile
+++ b/print/teTeX3-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/02/15 21:34:00 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2007/11/17 12:04:14 rillig Exp $
DISTNAME= tetex-src-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
@@ -20,7 +20,7 @@ CONFLICTS+= omega<0.90.4nb1
INFO_FILES= # PLIST
-USE_TOOLS+= bison
+USE_TOOLS+= bison lex
REPLACE_PERL= texk/xdvik/t1mapper \
texk/oxdvik/t1mapper
diff --git a/security/sfs/Makefile b/security/sfs/Makefile
index 860894c50d1..d93b8a73930 100644
--- a/security/sfs/Makefile
+++ b/security/sfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/11/24 23:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2007/11/17 12:04:14 rillig Exp $
#
DISTNAME= sfs-0.7.2
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --with-sfsdir=${SFS_ROOT:Q}
CONFIGURE_ARGS+= --disable-uvfs
USE_LANGUAGES= c c++
-USE_TOOLS+= makeinfo perl:run
+USE_TOOLS+= makeinfo perl:run lex
INFO_FILES= # PLIST
diff --git a/textproc/dict-dictionaries/Makefile b/textproc/dict-dictionaries/Makefile
index 76f30375ce2..35b70578d6a 100644
--- a/textproc/dict-dictionaries/Makefile
+++ b/textproc/dict-dictionaries/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:13 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2007/11/17 12:04:14 rillig Exp $
DISTNAME= #
PKGNAME= dict-data-1.8.0
@@ -18,7 +18,7 @@ COMMENT= Dictionary data for DICTD
DEPENDS+= dict-server>=1.8.0nb1:../../textproc/dict-server
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex yacc
# Strip '.gz', strip '.tar'.
DICTIONARIES= ${DISTFILES:R:R}
diff --git a/wm/golem/Makefile b/wm/golem/Makefile
index f740e686db9..d27767b0d47 100644
--- a/wm/golem/Makefile
+++ b/wm/golem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/06/15 17:44:45 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2007/11/17 12:04:14 rillig Exp $
#
DISTNAME= golem-0.0.5
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://golem.sourceforge.net/
COMMENT= Fast and lightweight yet customizable window manager
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake yacc lex
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-i18n
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile
index a67a85a1c52..d3ce643cb26 100644
--- a/www/ap-php/Makefile
+++ b/www/ap-php/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/10/02 07:47:11 ghen Exp $
+# $NetBSD: Makefile,v 1.20 2007/11/17 12:04:15 rillig Exp $
#
PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_BASE_VERS}
@@ -7,6 +7,8 @@ COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP}
CONFLICTS= ap-php-[0-9]*
+USE_TOOLS+= lex
+
APACHE_MODULE= YES
.include "../../lang/php/phpversion.mk"
diff --git a/www/ap2-suphp/Makefile b/www/ap2-suphp/Makefile
index c4ed4428237..77a16a4e25e 100644
--- a/www/ap2-suphp/Makefile
+++ b/www/ap2-suphp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/07/04 20:55:02 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/17 12:04:15 rillig Exp $
#
DISTNAME= suphp-0.6.0
@@ -11,6 +11,7 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.suphp.org/
COMMENT= SuEXEC-like wrapper for PHP scripts
+USE_TOOLS+= lex
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++