diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 06:09:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 06:09:50 +0000 |
commit | 124ce540381a348746af6eab0ebe60d85b2978b1 (patch) | |
tree | f8b0c8f574a62b082dc03b03a913967ebef9972c /www | |
parent | b926041f946fe54c9a039a93c5b7b11cbfaa6bc9 (diff) |
Mark as only for amd64/i386: coredumps on sparc64, and not yet tested
elsewhere.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=251370
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 b777d138876c..befb9253ec57 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 |