pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/biology/rasmol Use GCC_REQD instead of USE_PKGSRC_GCC ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa759641f034
branches: trunk
changeset: 466953:aa759641f034
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jan 24 20:55:42 2004 +0000
description:
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:
biology/rasmol/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ce22edfeb8d8 -r aa759641f034 biology/rasmol/Makefile
--- a/biology/rasmol/Makefile Sat Jan 24 20:53:54 2004 +0000
+++ b/biology/rasmol/Makefile Sat Jan 24 20:55:42 2004 +0000
@@ -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 @@
.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)
Home |
Main Index |
Thread Index |
Old Index