summaryrefslogtreecommitdiff
path: root/emulators/stella
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/stella')
-rw-r--r--emulators/stella/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index dd4f1b56a53..d4cb219b600 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/28 05:36:26 kristerw Exp $
DISTNAME= stella-1.1-src
PKGNAME= stella-1.1
@@ -16,7 +16,7 @@ MAKEFILE= makefile
ALL_TARGET= unix-x
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 3.0
.endif
MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti"