From 95794a36a6040a5f23502c537de063ecfd0fb621 Mon Sep 17 00:00:00 2001 From: bouyer Date: Tue, 4 Jun 2019 11:34:44 +0000 Subject: Use bash to run the configure script --- graphics/pngquant/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/pngquant/Makefile') diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index ce404131464..ec4643e692a 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/05/31 10:06:18 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/06/04 11:34:44 bouyer Exp $ DISTNAME= pngquant-2.12.3-src PKGNAME= ${DISTNAME:S/-src//} @@ -13,8 +13,9 @@ LICENSE= gnu-gpl-v3 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} HAS_CONFIGURE= yes +CONFIG_SHELL= ${TOOLS_PATH.bash} USE_LANGUAGES= c c99 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config bash CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-libimagequant=${BUILDLINK_PREFIX.libimagequant} -- cgit v1.2.3