diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-24 13:25:17 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-24 13:25:17 +0000 |
commit | 43162c64588c0585572a8d3a5de9e134dd439b2e (patch) | |
tree | 65cdec7d20f36b8fc5d7217a9b0bd4764fa47341 /x11/xphoon | |
parent | 73d9e2dd4cb478aac905ed3e1d6e4b70eeefa510 (diff) | |
download | pkgsrc-43162c64588c0585572a8d3a5de9e134dd439b2e.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 'x11/xphoon')
-rw-r--r-- | x11/xphoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index d5daf2b1b14..9e5be7978bd 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:28:28 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:27 kristerw Exp $ # DISTNAME= xphoon.tar @@ -22,7 +22,7 @@ MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif .if ${OPSYS} == "NetBSD" |