diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-22 14:09:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-22 14:09:50 +0800 |
commit | 338a29ad21e9036fbd7699e54ba4dc25205d0587 (patch) | |
tree | 73fa1b852b578fde698763747d980faecf791078 /www | |
parent | 2ec27c99c06abc14c0a98c6fb217e985052244b5 (diff) | |
download | freebsd-ports-graphics-338a29ad21e9036fbd7699e54ba4dc25205d0587.tar.gz freebsd-ports-graphics-338a29ad21e9036fbd7699e54ba4dc25205d0587.tar.zst freebsd-ports-graphics-338a29ad21e9036fbd7699e54ba4dc25205d0587.zip |
Mark as only for amd64/i386: coredumps on sparc64, and not yet tested
elsewhere.
Hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-gwt-dev-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/xpi-gwt-dev-plugin/Makefile b/www/xpi-gwt-dev-plugin/Makefile index b777d138876..befb9253ec5 100644 --- a/www/xpi-gwt-dev-plugin/Makefile +++ b/www/xpi-gwt-dev-plugin/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= firefox3:${PORTSDIR}/www/firefox35 \ ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul RUN_DEPENDS= firefox3:${PORTSDIR}/www/firefox35 +ONLY_FOR_ARCHS= amd64 i386 + USE_BZIP2= yes USE_GMAKE= yes |