summaryrefslogtreecommitdiff
path: root/games/wesnoth
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-05-05 08:29:00 +0000
committernia <nia@pkgsrc.org>2022-05-05 08:29:00 +0000
commitf66e34510540968a699279ad98f028eb55303327 (patch)
treeb7315ddc053e583cd0eb3fb063431aa33fe941a7 /games/wesnoth
parent76543bd5509706f7efe0e9ea64c2757337b53472 (diff)
downloadpkgsrc-f66e34510540968a699279ad98f028eb55303327.tar.gz
wesnoth: Remove hack for make bug in very old NetBSD (no way this compiles
on NetBSD 4...)
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index b5771f333b3..5e7ae8ccac9 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -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_addon_manager
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