diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:47:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:47:00 +0800 |
commit | 84f21a69c1710a339ed5974f49fe25f8c49578a3 (patch) | |
tree | bf51826132242d3cb74465bcf0c58dae58894d4f /www | |
parent | 308bc87ac4e2206d5644fffc1ba32d4ad7f8bc60 (diff) | |
download | freebsd-ports-gnome-84f21a69c1710a339ed5974f49fe25f8c49578a3.tar.gz freebsd-ports-gnome-84f21a69c1710a339ed5974f49fe25f8c49578a3.tar.zst freebsd-ports-gnome-84f21a69c1710a339ed5974f49fe25f8c49578a3.zip |
- Pet portlint
- Update BROKEN: use lowercase for leading character
Diffstat (limited to 'www')
-rw-r--r-- | www/spdylay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}" \ |