diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 10:12:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 10:12:24 +0000 |
commit | 1ddb9337f10701dce20b8af090768a5b4b1dd76b (patch) | |
tree | c98f09d7df2555a365c53dd8fa4a24022e3193d1 /www/gatling/Makefile | |
parent | ef9887eb83bf907ff48c0be896c346fa21da9759 (diff) | |
download | ports-1ddb9337f10701dce20b8af090768a5b4b1dd76b.tar.gz ports-1ddb9337f10701dce20b8af090768a5b4b1dd76b.zip |
Also broken on ia64 and powerpc.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=251964
Diffstat (limited to 'www/gatling/Makefile')
-rw-r--r-- | www/gatling/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 9632d8f1aeac..8bd20391a64e 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -81,8 +81,8 @@ MAKE_ENV+= DEBUG=1 STRIP= .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif PLIST_FILES= ${bin:S,^,bin/,} ${sbin:S,^,sbin/,} sbin/gatling_wrapper |