pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xenstoretools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  5 08:34:37 UTC 2017

Modified Files:
        pkgsrc/sysutils/xenstoretools: Makefile

Log Message:
Needs bash to build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/xenstoretools/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xenstoretools/Makefile
diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.7 pkgsrc/sysutils/xenstoretools/Makefile:1.8
--- pkgsrc/sysutils/xenstoretools/Makefile:1.7  Wed Jan  4 16:40:11 2017
+++ pkgsrc/sysutils/xenstoretools/Makefile      Thu Jan  5 08:34:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/01/04 16:40:11 sborrill Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/05 08:34:37 wiz Exp $
 #
 
 # VERSION is set in xentool46/version.mk
@@ -39,7 +39,7 @@ CONFLICTS+=           xentools20-[0-9]*
 CONFLICTS+=            xentools3*
 CONFLICTS+=            xentools4*
 
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            bash gmake pkg-config
 
 MAKE_ENV+=             PREFIX=${prefix:Q} WRKSRC=${WRKSRC}
 MAKE_ENV+=             MV=${MV:Q} PYTHON=${PYTHONBIN:Q} SED=${SED:Q}



Home | Main Index | Thread Index | Old Index