diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-06-27 22:56:49 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-06-27 22:56:49 +0800 |
commit | 42606f985e7d29890a03b7b11e22c2203c0521a4 (patch) | |
tree | ac359024d895cd93c0e45cf1bf521c5dcd544c92 /www | |
parent | 9a85a84dd2e0764ec379458dd40a211e205224e5 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |