summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-10-04 13:07:21 +0000
committerhans <hans@pkgsrc.org>2011-10-04 13:07:21 +0000
commit6820809c8a341a1a6a437cff33295b7c02c44838 (patch)
tree51198cc59c3844207fb1de7fe549d86d817ffee3 /mk
parentca1545886691d3279403a13b8627d8359954610f (diff)
downloadpkgsrc-6820809c8a341a1a6a437cff33295b7c02c44838.tar.gz
Re-enable pkg-config on SunOS 5.11.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.SunOS.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk
index 057a3294c9c..2a53dcb493f 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.33 2011/09/29 14:09:11 hans Exp $
+# $NetBSD: tools.SunOS.mk,v 1.34 2011/10/04 13:07:21 hans Exp $
#
# System-supplied tools for the Solaris operating system.
#
@@ -141,9 +141,9 @@ TOOLS_PLATFORM.patch?= /usr/bin/gpatch
#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 ${OS_VERSION} == "5.11" && 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)