aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-15 00:46:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-15 00:46:55 +0000
commite155d51bb607979c83c1c03f7cc6048b4ce8a105 (patch)
treefb3c0143070a17d107c4580fa06d78f47e7b72f4 /www
parenteba1ff7fea0badb21f5797326d8da6532767ec64 (diff)
downloadports-e155d51bb607979c83c1c03f7cc6048b4ce8a105.tar.gz
ports-e155d51bb607979c83c1c03f7cc6048b4ce8a105.zip
Use BROKEN_SSL
Notes
Notes: svn path=/head/; revision=438554
Diffstat (limited to 'www')
-rw-r--r--www/spdylay/Makefile9
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>