diff options
author | adam <adam@pkgsrc.org> | 2010-11-09 07:57:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-09 07:57:16 +0000 |
commit | 8b32714d31be1782b238dbcaf406c8d8fe6f08fa (patch) | |
tree | 0b1e3365ce0f783fbb80e9d10eae159042798cf9 /mk | |
parent | 6bdc5efea8f4c86be3756006d53a4a46a7c70a56 (diff) | |
download | pkgsrc-8b32714d31be1782b238dbcaf406c8d8fe6f08fa.tar.gz |
Added TOOLS_PLATFORM.bsdtar
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/tools.Darwin.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index 81611b71064..89989e362a4 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.42 2010/10/28 07:31:29 adam Exp $ +# $NetBSD: tools.Darwin.mk,v 1.43 2010/11/09 07:57:16 adam Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -9,6 +9,9 @@ TOOLS_PLATFORM.bash?= /bin/bash # Darwin's bison is too old (1.28). # TOOLS_PLATFORM.bison?= /usr/bin/bison # TOOLS_PLATFORM.bison-yacc?= /usr/bin/bison -y +.if exists(/usr/bin/bsdtar) +TOOLS_PLATFORM.bsdtar?= /usr/bin/bsdtar +.endif TOOLS_PLATFORM.byacc?= /usr/bin/yacc .if exists(/usr/bin/bzcat) TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat |