summaryrefslogtreecommitdiff
path: root/finance/moneyguru
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-22 10:57:15 +0000
committerjoerg <joerg>2015-04-22 10:57:15 +0000
commit8296d11462445063c468e00af5b68e7eb3e3eadc (patch)
tree5c6c1bb91ad5e2f59e4f8f38bf413cdb700672e5 /finance/moneyguru
parent4266a49de68a03418cfd9a7728623df52dfd1802 (diff)
downloadpkgsrc-8296d11462445063c468e00af5b68e7eb3e3eadc.tar.gz
Force amd64, not the normal x86_64.
Diffstat (limited to 'finance/moneyguru')
-rw-r--r--finance/moneyguru/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile
index f3a27e88fab..af0af274dd2 100644
--- a/finance/moneyguru/Makefile
+++ b/finance/moneyguru/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/04/21 16:48:38 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2015/04/22 10:57:15 joerg Exp $
#
# any of ~* is fine, they are the same and just there for Ubuntu
# so moneyguru's built for all releases
@@ -39,6 +39,8 @@ INSTALLATION_DIRS= bin share/applications share/moneyguru
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
BASE_ARCH!= uname -m
+.elif ${MACHINE_ARCH} == "x86_64"
+BASE_ARCH= amd64
.else
BASE_ARCH= ${MACHINE_ARCH}
.endif