diff options
author | nork <nork@FreeBSD.org> | 2009-06-27 22:56:49 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-06-27 22:56:49 +0800 |
commit | 7b0323a3fa85767dbf84d73b9009a01b1377bcac (patch) | |
tree | d7eca7cc461237a314263e3ead41f5237889b6ea /www/moonshine | |
parent | 23c5d7fc8691d59c849ff09e60fd393c12677c6f (diff) | |
download | freebsd-ports-graphics-7b0323a3fa85767dbf84d73b9009a01b1377bcac.tar.gz freebsd-ports-graphics-7b0323a3fa85767dbf84d73b9009a01b1377bcac.tar.zst freebsd-ports-graphics-7b0323a3fa85767dbf84d73b9009a01b1377bcac.zip |
Fix build error on amd64.
Diffstat (limited to 'www/moonshine')
-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 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) |