diff options
author | linimon <linimon@FreeBSD.org> | 2009-06-04 08:09:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-06-04 08:09:48 +0800 |
commit | fdff5a666c7f86f46003aebea15d9533c1ea9542 (patch) | |
tree | 93f8e733d5aecb3fb9d0c733326131efce8094cd /www | |
parent | 33e19a4e57aa0b870c8b62eadc10e2c1416aea44 (diff) | |
download | freebsd-ports-gnome-fdff5a666c7f86f46003aebea15d9533c1ea9542.tar.gz freebsd-ports-gnome-fdff5a666c7f86f46003aebea15d9533c1ea9542.tar.zst freebsd-ports-gnome-fdff5a666c7f86f46003aebea15d9533c1ea9542.zip |
Mark broken on sparc64.
Diffstat (limited to 'www')
-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: |