From 42606f985e7d29890a03b7b11e22c2203c0521a4 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 27 Jun 2009 14:56:49 +0000 Subject: [PATCH] Fix build error on amd64. --- www/moonshine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)