summaryrefslogtreecommitdiff
path: root/x11/gtk3/Makefile
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-07-19 20:32:15 +0000
committerrichard <richard@pkgsrc.org>2014-07-19 20:32:15 +0000
commitfef36c35b7df7172c9d9b8d4c8055c2839948e96 (patch)
treec275aafec1cc783b56ffacb288b8a9267258343b /x11/gtk3/Makefile
parent67c7208598999de2daf6b846f9fe1774d838cc6a (diff)
downloadpkgsrc-fef36c35b7df7172c9d9b8d4c8055c2839948e96.tar.gz
fix CONFIG_SHELL for bash to correctly use TOOLS_PATH
Diffstat (limited to 'x11/gtk3/Makefile')
-rw-r--r--x11/gtk3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 09c5096b7e6..ecfa2d8fb7e 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2014/06/18 09:28:18 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2014/07/19 20:32:15 richard Exp $
DISTNAME= gtk+-3.10.7
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -22,7 +22,7 @@ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
GNU_CONFIGURE= yes
# XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh
-CONFIG_SHELL= bash
+CONFIG_SHELL= ${TOOLS_PATH.bash}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
# Work around build problems, disable unstable PAPI, PR #41608:
CONFIGURE_ARGS+= --disable-papi