pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/pioneers (games/pioneers) Build fix: Add BUILD_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/594906486f9e
branches:  trunk
changeset: 445219:594906486f9e
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Jan 18 13:44:42 2021 +0000

description:
(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.

diffstat:

 games/pioneers/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4685979d92fc -r 594906486f9e games/pioneers/Makefile
--- a/games/pioneers/Makefile   Mon Jan 18 12:17:00 2021 +0000
+++ b/games/pioneers/Makefile   Mon Jan 18 13:44:42 2021 +0000
@@ -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 @@
 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