From 0d9a3cd1a88d2bc373c1a82b58cc11718acb9a19 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 25 Jan 2004 16:22:15 +0000 Subject: Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. --- games/angband-tty/Makefile | 4 ++-- games/angband-x11/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 6ebf3c3728b..1b15697c04e 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:15:39 agc Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/25 16:22:15 kristerw Exp $ # DISTNAME= angband-283 @@ -23,7 +23,7 @@ ALL_TARGET= angband SPOILERFILE= angband-spoilers.tar.gz .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif do-install: diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile index 0750288b4a4..9ddaac48b2d 100644 --- a/games/angband-x11/Makefile +++ b/games/angband-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/01/23 23:42:01 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/01/25 16:22:15 kristerw Exp $ # DISTNAME= angband-3.0.3 @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-setgid=games --prefix=${PREFIX} .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif # add spoiler files and clean up a bit -- cgit v1.2.3