summaryrefslogtreecommitdiff
path: root/mk/tools/tools.FreeBSD.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.FreeBSD.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.FreeBSD.mk')
-rw-r--r--mk/tools/tools.FreeBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.FreeBSD.mk b/mk/tools/tools.FreeBSD.mk
index 26f7673fa01..cdc2436c6d3 100644
--- a/mk/tools/tools.FreeBSD.mk
+++ b/mk/tools/tools.FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.FreeBSD.mk,v 1.12 2005/05/16 03:07:38 jlam Exp $
+# $NetBSD: tools.FreeBSD.mk,v 1.13 2005/05/23 01:20:50 jlam Exp $
#
# System-supplied tools for the FreeBSD operating system.
@@ -25,6 +25,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.grep?= /usr/bin/grep
TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f
TOOLS_PLATFORM.gzcat?= /usr/bin/gzcat