pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/pioneers



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 18 13:44:42 UTC 2021

Modified Files:
        pkgsrc/games/pioneers: Makefile

Log Message:
(games/pioneers) Build fix: Add BUILD_DPENDS+= itstool. LICENSE= gnu-gpl-v2

ERROR: PLIST:173: Packages that install hicolor icons must include "../../graphics/hicolor-icon-theme/buildlink3.mk" in the Makefile.
WARN: PLIST:173: Packages that install icon theme files should set ICON_THEMES.
ERROR: Makefile:30: Only packages that have .omf files in their PLIST may include omf-scrollkeeper.mk.
2 errors and 1 warning found.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/games/pioneers/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/pioneers/Makefile
diff -u pkgsrc/games/pioneers/Makefile:1.71 pkgsrc/games/pioneers/Makefile:1.72
--- pkgsrc/games/pioneers/Makefile:1.71 Mon Dec  7 20:02:00 2020
+++ pkgsrc/games/pioneers/Makefile      Mon Jan 18 13:44:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/12/07 20:02:00 kamil Exp $
+# $NetBSD: Makefile,v 1.72 2021/01/18 13:44:42 mef Exp $
 #
 
 DISTNAME=      pioneers-15.6
@@ -8,6 +8,9 @@ MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://pio.sourceforge.net/
 COMMENT=       GNOME version of the Settlers of Catan board game
+LICENSE=       gnu-gpl-v2
+
+BUILD_DEPENDS+=        itstool-[0-9]*:../../textproc/itstool
 
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            gmake pkg-config msgfmt intltool



Home | Main Index | Thread Index | Old Index