From 0398acd76cf74cb590cf127a597fcbfecc4ede8d Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 24 May 1999 02:06:46 +0000 Subject: Build this port on an Alpha box instead of trying to use i386 binaries. --- biology/molden/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'biology') diff --git a/biology/molden/Makefile b/biology/molden/Makefile index 5359f0810514..93405c2dc9db 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -3,7 +3,7 @@ # Date created: 1998-11-14 # Whom: rmiya # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/07 06:57:51 taoka Exp $ # DISTNAME= molden3.4 @@ -18,6 +18,10 @@ MAINTAINER= rmiya@cc.hirosaki-u.ac.jp EXTRACT_ONLY= molden3.4.tar.Z RESTRICTED= "free for academic, non profit usage; do not re-distribute source and executable" +.if ${MACHINE_ARCH} == "alpha" +DONOTUSE_ORIGINALBINARY= yes +.endif + pre-build: .if defined(DONOTUSE_ORIGINALBINARY) (cd ${WRKSRC}; ${CP} makefile Makefile) -- cgit v1.2.3