pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/sile



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 27 02:06:51 UTC 2020

Modified Files:
        pkgsrc/print/sile: Makefile

Log Message:
(print/sile) Add USE_TOOLS+= bash


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/sile/Makefile

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

Modified files:

Index: pkgsrc/print/sile/Makefile
diff -u pkgsrc/print/sile/Makefile:1.3 pkgsrc/print/sile/Makefile:1.4
--- pkgsrc/print/sile/Makefile:1.3      Mon Aug 17 20:19:57 2020
+++ pkgsrc/print/sile/Makefile  Sun Sep 27 02:06:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/08/17 20:19:57 leot Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/27 02:06:50 mef Exp $
 
 DISTNAME=      sile-0.10.9
 PKGREVISION=   1
@@ -37,7 +37,7 @@ DEPENDS+=     ${LUA_PKGPREFIX}-cosmo-[0-9]*:
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake
+USE_TOOLS+=    pkg-config gmake bash
 
 CONFIGURE_ARGS+=       LUA=${LUA_INTERPRETER}
 CONFIGURE_ARGS+=       --with-system-luarocks



Home | Main Index | Thread Index | Old Index