aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2009-06-27 22:56:49 +0800
committerNorikatsu Shigemura <nork@FreeBSD.org>2009-06-27 22:56:49 +0800
commit42606f985e7d29890a03b7b11e22c2203c0521a4 (patch)
treeac359024d895cd93c0e45cf1bf521c5dcd544c92 /www
parent9a85a84dd2e0764ec379458dd40a211e205224e5 (diff)
downloadfreebsd-ports-gnome-42606f985e7d29890a03b7b11e22c2203c0521a4.tar.gz
freebsd-ports-gnome-42606f985e7d29890a03b7b11e22c2203c0521a4.tar.zst
freebsd-ports-gnome-42606f985e7d29890a03b7b11e22c2203c0521a4.zip
Fix build error on amd64.
Diffstat (limited to 'www')
-rw-r--r--www/moonshine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile
index 06cdb654d247..ab17cd7a4ac9 100644
--- a/www/moonshine/Makefile
+++ b/www/moonshine/Makefile
@@ -29,7 +29,7 @@ WEBPLUGINS_FILES= libmoonshine-plugin.so
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
.if ${ARCH} == "amd64"
-BROKEN= does not configure
+ARCH= x86_64
.endif
.if defined(WITH_XPI_PLUGIN_ONLY)