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 | 03e47212a71e171efb91f6491c35777a5f2c8538 (patch) | |
tree | b330cac12d8a0086dba289b48c533431e1ad3a96 /biology | |
parent | 4a8320bcb92239c433aef702e975da05fd4d0b22 (diff) | |
download | pkgsrc-03e47212a71e171efb91f6491c35777a5f2c8538.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')
-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) |