diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-06-04 00:09:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-06-04 00:09:48 +0000 |
commit | 75edcc8ed3299c7bd056197d0a553baaebcf1d33 (patch) | |
tree | 330c68cb7e91c0ac315148aaf1ad3fe79d6d8aa2 /www/gatling | |
parent | dd2ea837dc6191533facaa0eb23256a655828a0e (diff) |
Mark broken on sparc64.
Notes
Notes:
svn path=/head/; revision=235141
Diffstat (limited to 'www/gatling')
-rw-r--r-- | www/gatling/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index c1276610d5d5..27ece6741a32 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -81,6 +81,10 @@ MAKE_ENV+= DEBUG=1 STRIP= .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + PLIST_FILES= ${bin:S,^,bin/,} ${sbin:S,^,sbin/,} sbin/gatling_wrapper pre-install: |