diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-15 08:46:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-15 08:46:55 +0800 |
commit | d3a01ffe7504d0b566c2e3ecb10342d8e4caa354 (patch) | |
tree | fb3c0143070a17d107c4580fa06d78f47e7b72f4 | |
parent | 09914048608385b6f33ef2848f21c66f38c0f7be (diff) | |
download | freebsd-ports-gnome-d3a01ffe7504d0b566c2e3ecb10342d8e4caa354.tar.gz freebsd-ports-gnome-d3a01ffe7504d0b566c2e3ecb10342d8e4caa354.tar.zst freebsd-ports-gnome-d3a01ffe7504d0b566c2e3ecb10342d8e4caa354.zip |
Use BROKEN_SSL
-rw-r--r-- | www/spdylay/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index 589dfe7151f8..7614fe4a9606 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libevent>=2.0.8:devel/libevent LIB_DEPENDS= libevent_openssl.so:devel/libevent +BROKEN_SSL= openssl-devel BROKEN_powerpc64= does not build -BROKEN_sparc64= does not build: fails to link +BROKEN_sparc64= does not build: fails to link CONFIGURE_ARGS= --enable-examples \ --enable-src @@ -37,10 +38,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ -.include <bsd.port.options.mk> - -.if ${SSL_DEFAULT} == openssl-devel -BROKEN= Does not build. -.endif - .include <bsd.port.mk> |