summaryrefslogtreecommitdiff
path: root/mk/tools/tools.Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-23 01:20:50 +0000
committerjlam <jlam@pkgsrc.org>2005-05-23 01:20:50 +0000
commit19ef8416125b36dc7856c4dd0a28785a2c602518 (patch)
tree97a5bf23e300f0a94a3b3fcf733726ea37bbdb21 /mk/tools/tools.Darwin.mk
parent0d0858257fccd19e5b87a07c548c4721affb9a0e (diff)
downloadpkgsrc-19ef8416125b36dc7856c4dd0a28785a2c602518.tar.gz
Teach the tools framework about "flex" so that packages can specify
that they require flex instead of any old lex.
Diffstat (limited to 'mk/tools/tools.Darwin.mk')
-rw-r--r--mk/tools/tools.Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index 2045d8738c3..e1bfcabb35e 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.10 2005/05/14 21:15:07 jlam Exp $
+# $NetBSD: tools.Darwin.mk,v 1.11 2005/05/23 01:20:50 jlam Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -22,6 +22,7 @@ TOOLS_PLATFORM.false?= false # shell builtin
TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
TOOLS_PLATFORM.file?= /usr/bin/file
TOOLS_PLATFORM.find?= /usr/bin/find
+TOOLS_PLATFORM.flex?= /usr/bin/lex
TOOLS_PLATFORM.gmake?= /usr/bin/gnumake
TOOLS_PLATFORM.grep?= /usr/bin/grep
TOOLS_PLATFORM.gtar?= /usr/bin/gnutar