pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/wesnoth wesnoth: Remove hack for make bug in ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79d8dfb0256
branches:  trunk
changeset: 378710:b79d8dfb0256
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 05 08:29:00 2022 +0000

description:
wesnoth: Remove hack for make bug in very old NetBSD (no way this compiles
on NetBSD 4...)

diffstat:

 games/wesnoth/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r 9a5d1c231285 -r b79d8dfb0256 games/wesnoth/Makefile
--- a/games/wesnoth/Makefile    Thu May 05 08:28:38 2022 +0000
+++ b/games/wesnoth/Makefile    Thu May 05 08:29:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.179 2022/04/18 19:11:11 adam Exp $
+# $NetBSD: Makefile,v 1.180 2022/05/05 08:29:00 nia Exp $
 
 DISTNAME=      wesnoth-1.16.2
 PKGREVISION=   2
@@ -51,12 +51,9 @@
 REPLACE_PYTHON+=       utils/ai_test/*.py
 REPLACE_PYTHON+=       utils/*.py
 
+PLIST_VARS+=           icons
+
 .include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*)
-USE_TOOLS+=            gmake
-.endif
-
-PLIST_VARS+=           icons
 
 .if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
 PLIST.icons=           yes



Home | Main Index | Thread Index | Old Index