diff options
Diffstat (limited to 'www/spdylay/Makefile')
-rw-r--r-- | www/spdylay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index de8f937..e967a67 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -13,6 +13,8 @@ COMMENT= SPDY protocol version 2, 3 and 3.1 implementation in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= Does not build + BUILD_DEPENDS= libevent2>=2.0.8:devel/libevent2 LIB_DEPENDS= libevent_openssl.so:devel/libevent2 RUN_DEPENDS= libevent2>=2.0.8:devel/libevent2 |