diff options
author | jlam <jlam> | 2004-02-01 01:43:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-01 01:43:28 +0000 |
commit | 8d2d9ec8dd9df655703b9ac0f6fb924e04ed6850 (patch) | |
tree | 51227b816ccb473c56fe4497ed9bf11d15f13c3a /games/zoom/Makefile | |
parent | 2e5ee996f71e2b9768e2bbcc2757c105cc0e417f (diff) | |
download | pkgsrc-8d2d9ec8dd9df655703b9ac0f6fb924e04ed6850.tar.gz |
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r-- | games/zoom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index bc618981d8b..86e3568fd66 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/24 13:30:57 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/01 01:43:29 jlam Exp $ # DISTNAME= zoom-1.0.1 @@ -24,7 +24,7 @@ USE_GNU_TOOLS+= make USE_PERL5= build .if ${MACHINE_ARCH} == "alpha" -GCC_REQD= 3.0 +GCC_REQD+= 3.0 .endif UNLIMIT_RESOURCES+= datasize |