diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-24 11:36:33 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-24 11:36:33 +0000 |
commit | 1ff714b88e0341f39faa63c196293a1388970c44 (patch) | |
tree | 1565a0f3591f66269edb6291a3714064ad687716 /graphics/ncview/Makefile | |
parent | a2730fc5988eef74dc6e56e74dd81c0bc60999be (diff) | |
download | pkgsrc-1ff714b88e0341f39faa63c196293a1388970c44.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/ncview/Makefile')
-rw-r--r-- | graphics/ncview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |