summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhans <hans>2011-09-29 14:09:11 +0000
committerhans <hans>2011-09-29 14:09:11 +0000
commitcbe7ad92959258705a2e7477ff437c27bddd8a15 (patch)
tree94fad4bb769b7f371ee53190cc040dd09134307d /mk
parent91caabc92d24ec154fd2bea27568843219261c0e (diff)
downloadpkgsrc-cbe7ad92959258705a2e7477ff437c27bddd8a15.tar.gz
Disable using perl and pkg-config as host tools for the upcoming branch.
Will be properly fixed and reenabled after the freeze ends.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.SunOS.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk
index d4e2401f2f5..057a3294c9c 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.32 2011/09/14 15:14:53 hans Exp $
+# $NetBSD: tools.SunOS.mk,v 1.33 2011/09/29 14:09:11 hans Exp $
#
# System-supplied tools for the Solaris operating system.
#
@@ -137,13 +137,13 @@ TOOLS_PLATFORM.openssl?= /usr/bin/openssl
TOOLS_PLATFORM.gpatch?= /usr/bin/gpatch
TOOLS_PLATFORM.patch?= /usr/bin/gpatch
.endif
-.if exists(/usr/bin/perl)
-TOOLS_PLATFORM.perl?= /usr/bin/perl
-TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man
-.endif
-.if exists(/usr/bin/pkg-config)
-TOOLS_PLATFORM.pkg-config?= /usr/bin/pkg-config
-.endif
+#.if exists(/usr/bin/perl)
+#TOOLS_PLATFORM.perl?= /usr/bin/perl
+#TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man
+#.endif
+#.if exists(/usr/bin/pkg-config)
+#TOOLS_PLATFORM.pkg-config?= /usr/bin/pkg-config
+#.endif
TOOLS_PLATFORM.printf?= /bin/printf
TOOLS_PLATFORM.pwd?= /bin/pwd
.if exists(/usr/gnu/bin/readelf)