diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-24 12:59:50 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-24 12:59:50 +0000 |
commit | 1a45c9e3c52ee76923f82d5ce797a6a97cd1b5fb (patch) | |
tree | b4ace22b2e37b9993adfd33a5287c096836c786c /graphics/netpbm | |
parent | 1ff714b88e0341f39faa63c196293a1388970c44 (diff) | |
download | pkgsrc-1a45c9e3c52ee76923f82d5ce797a6a97cd1b5fb.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 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 59e005628a6..64672f622fa 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2004/01/22 10:59:39 jlam Exp $ +# $NetBSD: Makefile,v 1.85 2004/01/24 12:59:50 kristerw Exp $ DISTNAME= netpbm-10.11.8 PKGREVISION= 1 @@ -28,7 +28,7 @@ STAGEDIR= ${WRKDIR}/staging .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif .if (${OPSYS} == SunOS) |