svn commit: r413813 - head/www/spdylay
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 23 06:47:01 UTC 2016
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}" \
More information about the svn-ports-all
mailing list