pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/warzone2100 warzone2100: add missing build depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4cbdd39d760
branches:  trunk
changeset: 317932:c4cbdd39d760
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Wed Jan 16 21:41:04 2019 +0000

description:
warzone2100: add missing build dependency

Some docs are building unconditionally if asciidoc is present that leads to
non deterministic PLIST.

diffstat:

 games/warzone2100/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f21b7a71c18a -r c4cbdd39d760 games/warzone2100/Makefile
--- a/games/warzone2100/Makefile        Wed Jan 16 19:37:18 2019 +0000
+++ b/games/warzone2100/Makefile        Wed Jan 16 21:41:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/12/14 17:27:01 triaxx Exp $
+# $NetBSD: Makefile,v 1.25 2019/01/16 21:41:04 triaxx Exp $
 #
 
 DISTNAME=      warzone2100-3.2.3
@@ -11,6 +11,7 @@
 COMMENT=       Real-time strategy and real-time tactics hybrid computer game
 LICENSE=       gnu-gpl-v2
 
+BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
 DEPENDS+=      dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index