From 1a867bceb58f932d732d03d3779abe5a463cdf86 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 24 Jan 2004 12:59:50 +0000 Subject: 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. --- graphics/netpbm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') 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) -- cgit v1.2.3