pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/hitori
Module Name: pkgsrc
Committed By: nia
Date: Mon Apr 12 13:17:32 UTC 2021
Modified Files:
pkgsrc/games/hitori: Makefile
Log Message:
hitori: various cleanups
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/hitori/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/hitori/Makefile
diff -u pkgsrc/games/hitori/Makefile:1.22 pkgsrc/games/hitori/Makefile:1.23
--- pkgsrc/games/hitori/Makefile:1.22 Wed Jan 13 11:07:50 2021
+++ pkgsrc/games/hitori/Makefile Mon Apr 12 13:17:31 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/01/13 11:07:50 prlw1 Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/12 13:17:31 nia Exp $
DISTNAME= hitori-3.38.0
CATEGORIES= games gnome
@@ -10,10 +10,17 @@ HOMEPAGE= https://wiki.gnome.org/Apps/Hi
COMMENT= Logic game similar to Sudoku
LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0
-USE_TOOLS+= msgfmt msgmerge pkg-config xgettext
-_TOOLS_USE_PKGSRC.msgfmt= yes
+USE_TOOLS+= msgfmt pkg-config xgettext
-BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
+.include "../../mk/bsd.prefs.mk"
+# msgfmt: unknown option -- desktop
+.if ${OPSYS} == "NetBSD"
+TOOLS_PLATFORM.msgfmt=
+.endif
+
+PYTHON_FOR_BUILD_ONLY= tool
BUILDLINK_DEPMETHOD.gettext-lib= build
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index