summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorhans <hans>2011-10-04 13:07:21 +0000
committerhans <hans>2011-10-04 13:07:21 +0000
commit5287d8da1dfb53c57b39bb2a3d3336a8ec1fdf4a (patch)
tree51198cc59c3844207fb1de7fe549d86d817ffee3 /mk/tools
parentd4165ac27c9207d336a275043fb758bb4b17d295 (diff)
downloadpkgsrc-5287d8da1dfb53c57b39bb2a3d3336a8ec1fdf4a.tar.gz
Re-enable pkg-config on SunOS 5.11.
Diffstat (limited to 'mk/tools')
-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)