diff options
Diffstat (limited to 'www/gatling/Makefile')
-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: |