diff options
author | hans <hans@pkgsrc.org> | 2011-09-29 14:09:11 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-29 14:09:11 +0000 |
commit | d43cc015b243384a837935f3930402394c3d2bbc (patch) | |
tree | 94fad4bb769b7f371ee53190cc040dd09134307d /mk | |
parent | 0bc538ccaabf0eed10b595179446711ccac65081 (diff) | |
download | pkgsrc-d43cc015b243384a837935f3930402394c3d2bbc.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.mk | 16 |
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) |