summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2007-11-22 16:39:47 +0000
committertron <tron>2007-11-22 16:39:47 +0000
commitf658fe9a4b5e4d71d664a440840af1c4f8d9c7f3 (patch)
treed5d8842d93ced26d408e2c958f1748b31125ca85 /mk
parentba71d5a13ad3276971e522bb3891bc03fe46aa9c (diff)
downloadpkgsrc-f658fe9a4b5e4d71d664a440840af1c4f8d9c7f3.tar.gz
Don't try to use "/usr/bin/perl" as a tool under Darwin.
This breaks packages (e.g. "gimp") which need Perl with a certain module that is only provided by "pkgsrc" as a build tool.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.Darwin.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index 05fa753f037..2b1d4d4f24f 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.34 2007/11/16 05:51:37 minskim Exp $
+# $NetBSD: tools.Darwin.mk,v 1.35 2007/11/22 16:39:47 tron Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -71,7 +71,6 @@ TOOLS_PLATFORM.nice?= /usr/bin/nice
TOOLS_PLATFORM.nroff?= /usr/bin/nroff
TOOLS_PLATFORM.openssl?= /usr/bin/openssl
TOOLS_PLATFORM.patch?= /usr/bin/patch
-TOOLS_PLATFORM.perl?= /usr/bin/perl
TOOLS_PLATFORM.printf?= /usr/bin/printf
TOOLS_PLATFORM.pwd?= /bin/pwd
TOOLS_PLATFORM.rm?= /bin/rm