pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/wesnoth



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 08:29:00 UTC 2022

Modified Files:
        pkgsrc/games/wesnoth: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/games/wesnoth/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/wesnoth/Makefile
diff -u pkgsrc/games/wesnoth/Makefile:1.179 pkgsrc/games/wesnoth/Makefile:1.180
--- pkgsrc/games/wesnoth/Makefile:1.179 Mon Apr 18 19:11:11 2022
+++ pkgsrc/games/wesnoth/Makefile       Thu May  5 08:29:00 2022
@@ -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,13 +51,10 @@ REPLACE_PYTHON+=    data/tools/wesnoth_addo
 REPLACE_PYTHON+=       utils/ai_test/*.py
 REPLACE_PYTHON+=       utils/*.py
 
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*)
-USE_TOOLS+=            gmake
-.endif
-
 PLIST_VARS+=           icons
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
 PLIST.icons=           yes
 .endif



Home | Main Index | Thread Index | Old Index