pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xonotic



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 22:28:26 UTC 2019

Modified Files:
        pkgsrc/games/xonotic: Makefile

Log Message:
xonotic: Needs bash tool


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/xonotic/Makefile

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

Modified files:

Index: pkgsrc/games/xonotic/Makefile
diff -u pkgsrc/games/xonotic/Makefile:1.1 pkgsrc/games/xonotic/Makefile:1.2
--- pkgsrc/games/xonotic/Makefile:1.1   Tue Oct  1 12:32:26 2019
+++ pkgsrc/games/xonotic/Makefile       Thu Oct  3 22:28:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/01 12:32:26 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/03 22:28:26 nia Exp $
 
 DISTNAME=      xonotic-0.8.2
 CATEGORIES=    games
@@ -10,7 +10,7 @@ HOMEPAGE=     https://xonotic.org/
 COMMENT=       Fast arena-style FPS
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake gsed 7za
+USE_TOOLS+=    gmake gsed 7za bash
 USE_LANGUAGES= c c++11
 
 # C++11



Home | Main Index | Thread Index | Old Index