diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-24 20:55:42 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-24 20:55:42 +0000 |
commit | 96464cad070464044816de3459a7df1dacd64bac (patch) | |
tree | b330cac12d8a0086dba289b48c533431e1ad3a96 /biology/rasmol | |
parent | 29e04b1d45f0301e1344cbdbc7f29d1007a2c9cb (diff) | |
download | pkgsrc-96464cad070464044816de3459a7df1dacd64bac.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 'biology/rasmol')
-rw-r--r-- | biology/rasmol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |