diff options
author | pav <pav@FreeBSD.org> | 2009-05-24 23:42:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-24 23:42:15 +0800 |
commit | fae45dd89f6007e59a4913226482691ee9658bc3 (patch) | |
tree | 1f249abee1fa508069894d3d539cb9dfb8aef0bc /www/moonshine | |
parent | 2eac49671f08617089cf862a03c5636f0cd780ad (diff) | |
download | freebsd-ports-graphics-fae45dd89f6007e59a4913226482691ee9658bc3.tar.gz freebsd-ports-graphics-fae45dd89f6007e59a4913226482691ee9658bc3.tar.zst freebsd-ports-graphics-fae45dd89f6007e59a4913226482691ee9658bc3.zip |
- Mark BROKEN on amd64
Reported by: pointyhat
Diffstat (limited to 'www/moonshine')
-rw-r--r-- | www/moonshine/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index 259145e30dc..bd1075882ec 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -28,6 +28,10 @@ WEBPLUGINS_FILES= libmoonshine-plugin.so .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/firefox/Makefile.webplugins" +.if ${ARCH} == "amd64" +BROKEN= does not configure +.endif + .if defined(WITH_XPI_PLUGIN_ONLY) CONFIGURE_ARGS+=--enable-xpi-build PLIST= ${NONEXISTENT} |