aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-24 02:06:46 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-24 02:06:46 +0000
commit0398acd76cf74cb590cf127a597fcbfecc4ede8d (patch)
tree287cd245348cd266259f1445c9bf55dece1e3c94 /biology
parente932801d57ab8a4534757d2d0347914aed223e9b (diff)
downloadports-0398acd76cf74cb590cf127a597fcbfecc4ede8d.tar.gz
ports-0398acd76cf74cb590cf127a597fcbfecc4ede8d.zip
Build this port on an Alpha box instead of trying to use i386 binaries.
Notes
Notes: svn path=/head/; revision=18961
Diffstat (limited to 'biology')
-rw-r--r--biology/molden/Makefile6
1 files changed, 5 insertions, 1 deletions
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)