diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:50:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:50:49 +0800 |
commit | 1286cc7d2c9059273ef3e74cd09f67e997812ea6 (patch) | |
tree | f3481f814fcfabace3fa053c9d94cb7c96c690bf /www/gatling | |
parent | a0cc61aab01ba989f51fa20fe9fc16d7354b2169 (diff) | |
download | freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.tar.gz freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.tar.zst freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'www/gatling')
-rw-r--r-- | www/gatling/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 8f761f660602..c607d5527d6e 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= libowfat>=0.31:devel/libowfat +BROKEN_powerpc64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key' + USES= gmake ssl tar:xz USE_RC_SUBR= gatling |