aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2010-03-06 22:58:02 +0800
committernork <nork@FreeBSD.org>2010-03-06 22:58:02 +0800
commit9810741c4235d9f522a686234623342005f59cbc (patch)
treee98677b2d0cd87f1963e739b1ecf905e8fc5f203
parentd0544a18058deffe3ba6e9a6b1e91169f8f37bd5 (diff)
downloadfreebsd-ports-gnome-9810741c4235d9f522a686234623342005f59cbc.tar.gz
freebsd-ports-gnome-9810741c4235d9f522a686234623342005f59cbc.tar.zst
freebsd-ports-gnome-9810741c4235d9f522a686234623342005f59cbc.zip
Fix build error on amd64.
Feature safe: yes
-rw-r--r--www/moonshine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile
index 509465bd3d8d..18797133e9ec 100644
--- a/www/moonshine/Makefile
+++ b/www/moonshine/Makefile
@@ -33,7 +33,7 @@ ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64"
.if ${ARCH} == "amd64"
-ARCH= x86_64
+CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.endif
.if defined(WITH_XPI_PLUGIN_ONLY)