summaryrefslogtreecommitdiff
path: root/biology/rasmol
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-01-24 20:55:42 +0000
committerkristerw <kristerw>2004-01-24 20:55:42 +0000
commitdb940f29fe863425c173c323ecff054699ccbd1f (patch)
treeb330cac12d8a0086dba289b48c533431e1ad3a96 /biology/rasmol
parent4443f3f71cac6a59f6aab88af697478e2d696718 (diff)
downloadpkgsrc-db940f29fe863425c173c323ecff054699ccbd1f.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/Makefile4
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)