pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/pngquant



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Tue Jun  4 11:34:44 UTC 2019

Modified Files:
        pkgsrc/graphics/pngquant: Makefile

Log Message:
Use bash to run the configure script


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/pngquant/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/pngquant/Makefile
diff -u pkgsrc/graphics/pngquant/Makefile:1.2 pkgsrc/graphics/pngquant/Makefile:1.3
--- pkgsrc/graphics/pngquant/Makefile:1.2       Fri May 31 10:06:18 2019
+++ pkgsrc/graphics/pngquant/Makefile   Tue Jun  4 11:34:44 2019
@@ -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}



Home | Main Index | Thread Index | Old Index