aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-24 10:06:46 +0800
committersteve <steve@FreeBSD.org>1999-05-24 10:06:46 +0800
commit152eecd584733bce5a774d2eea1cd661abe8113c (patch)
treef3a9abed3256d92541db49ba27e710225c1809c6
parentbf10896284833b4b18c8875a828dba073dc99ff6 (diff)
downloadfreebsd-ports-gnome-152eecd584733bce5a774d2eea1cd661abe8113c.tar.gz
freebsd-ports-gnome-152eecd584733bce5a774d2eea1cd661abe8113c.tar.zst
freebsd-ports-gnome-152eecd584733bce5a774d2eea1cd661abe8113c.zip
Build this port on an Alpha box instead of trying to use i386 binaries.
-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)
18:26:49 +0800'>2018-12-222-0/+64 * fix slice unpack bug in accounts/abi (#18321)weimumu2018-12-172-1/+6 * accounts/abi: argument type and name were reversed (#17947)tzapu2018-12-134-10/+104 * usbwallet: check returned error when decoding hexstr (#18056)Corey Lin2018-12-131-1/+3 * Add packing for dynamic array and slice types (#18051)Vedhavyas Singareddi2018-12-043-22/+117 * accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-298-4/+18 * accounts: wallet derivation path comment is mistaken (#17934)Wenbiao Zheng2018-10-191-2/+2 * accounts/usbwallet: simplify code using -= operator (#17904)Evgeny2018-10-162-2/+2 * cmd/clef: encrypt the master seed on disk (#17704)Martin Holst Swende2018-10-092-34/+46