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: nia
Date: Fri Jun 18 13:47:58 UTC 2021
Modified Files:
pkgsrc/games/warzone2100: Makefile
Log Message:
warzone2100: use a2x instead of asciidoctor for now
this is easier than dealing with prefixed ruby commands
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 pkgsrc/games/warzone2100/Makefile:1.47
--- pkgsrc/games/warzone2100/Makefile:1.46 Wed Apr 21 13:24:43 2021
+++ pkgsrc/games/warzone2100/Makefile Fri Jun 18 13:47:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2021/04/21 13:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.47 2021/06/18 13:47:58 nia Exp $
DISTNAME= warzone2100_src
PKGNAME= warzone2100-3.4.1
@@ -18,14 +18,17 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config zip
USE_TOOLS+= msgfmt msgmerge xgettext
-.include "../../lang/ruby/rubyversion.mk"
-BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor>=1.5.3:../../textproc/ruby-asciidoctor
+TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
# Could NOT find Gettext: Found unsuitable version "0.16.1", but
# required is at least "0.18"
-_TOOLS_USE_PKGSRC.msgfmt= yes
-_TOOLS_USE_PKGSRC.msgmerge= yes
-_TOOLS_USE_PKGSRC.xgettext= yes
+TOOLS_PLATFORM.msgfmt=
+TOOLS_PLATFORM.msgmerge=
+TOOLS_PLATFORM.xgettext=
+.endif
.include "../../games/warzone2100/options.mk"
Home |
Main Index |
Thread Index |
Old Index