summaryrefslogtreecommitdiff
path: root/games/angband-x11/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-01-25 16:22:15 +0000
committerkristerw <kristerw>2004-01-25 16:22:15 +0000
commite3685998f0e621fbb21d60c2b21bd3cf7a3810e4 (patch)
tree02b2e9024cc665d86a113e6be97d781576ce09d6 /games/angband-x11/Makefile
parent1821cb0c08f436abedd10fdd31ae252c4e7702d1 (diff)
downloadpkgsrc-e3685998f0e621fbb21d60c2b21bd3cf7a3810e4.tar.gz
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.
Diffstat (limited to 'games/angband-x11/Makefile')
-rw-r--r--games/angband-x11/Makefile4
1 files changed, 2 insertions, 2 deletions
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