From 7b0323a3fa85767dbf84d73b9009a01b1377bcac Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 27 Jun 2009 14:56:49 +0000 Subject: Fix build error on amd64. --- www/moonshine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/moonshine') diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index 06cdb654d24..ab17cd7a4ac 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) -- cgit