Date: Sat, 23 Apr 2016 06:47:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413813 - head/www/spdylay Message-ID: <201604230647.u3N6l03c052551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 23 06:47:00 2016 New Revision: 413813 URL: https://svnweb.freebsd.org/changeset/ports/413813 Log: - Pet portlint - Update BROKEN: use lowercase for leading character Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Sat Apr 23 06:46:55 2016 (r413812) +++ head/www/spdylay/Makefile Sat Apr 23 06:47:00 2016 (r413813) @@ -13,12 +13,12 @@ COMMENT= SPDY protocol version 2, 3 and 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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604230647.u3N6l03c052551>