From 84f21a69c1710a339ed5974f49fe25f8c49578a3 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 23 Apr 2016 06:47:00 +0000 Subject: - Pet portlint - Update BROKEN: use lowercase for leading character --- www/spdylay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index e967a67b8c18..bc535ba7035c 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -13,12 +13,12 @@ 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 +BROKEN_powerpc64= does not build + CONFIGURE_ARGS= --enable-examples \ --enable-src CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ -- cgit