From 03e47212a71e171efb91f6491c35777a5f2c8538 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 24 Jan 2004 20:55:42 +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. --- biology/rasmol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'biology') diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index 64f05f8e095..4fea9283ffd 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/20 12:08:40 agc Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/24 20:55:42 kristerw Exp $ DISTNAME= RasMol_2.7.1 PKGNAME= rasmol-2.7.1 @@ -19,7 +19,7 @@ MAKE_ENV+= DEPTHDEF="${DEPTHDEF}" .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif .if defined(RASMOL_DEPTH) -- cgit v1.2.3