pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/warzone2100



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Jan 16 21:41:04 UTC 2019

Modified Files:
        pkgsrc/games/warzone2100: Makefile

Log Message:
warzone2100: add missing build dependency

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/warzone2100/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/warzone2100/Makefile
diff -u pkgsrc/games/warzone2100/Makefile:1.24 pkgsrc/games/warzone2100/Makefile:1.25
--- pkgsrc/games/warzone2100/Makefile:1.24      Fri Dec 14 17:27:01 2018
+++ pkgsrc/games/warzone2100/Makefile   Wed Jan 16 21:41:04 2019
@@ -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 @@ HOMEPAGE=     http://wz2100.net/
 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