From 1ff714b88e0341f39faa63c196293a1388970c44 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 24 Jan 2004 11:36:33 +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/ncview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/ncview') diff --git a/graphics/ncview/Makefile b/graphics/ncview/Makefile index 795bded5bf1..8c59b1dbe7b 100644 --- a/graphics/ncview/Makefile +++ b/graphics/ncview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/09/17 19:40:33 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/24 11:36:33 kristerw Exp $ DISTNAME= ncview-1.92d CATEGORIES= graphics @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-udunits_incdir=${BUILDLINK_PREFIX.udunits}/include CONFIGURE_ARGS+= --with-udunits_libdir=${BUILDLINK_PREFIX.udunits}/lib .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif .include "../../devel/netcdf/buildlink2.mk" -- cgit v1.2.3