aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-01 12:41:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-01 12:41:07 +0800
commit0a6e4d51044e898531e49cf05e1a3b92d9487afa (patch)
treedfb7b7b3e555f8a4169f17389d80372eda8e1437
parent51eac060ca031fcebf0163dd115746893615afdd (diff)
downloadfreebsd-ports-gnome-0a6e4d51044e898531e49cf05e1a3b92d9487afa.tar.gz
freebsd-ports-gnome-0a6e4d51044e898531e49cf05e1a3b92d9487afa.tar.zst
freebsd-ports-gnome-0a6e4d51044e898531e49cf05e1a3b92d9487afa.zip
Remove outdated OSVERSION check
- Remove RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version
-rw-r--r--www/spdylay/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile
index 3581c7a0fb97..b590da21087c 100644
--- a/www/spdylay/Makefile
+++ b/www/spdylay/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
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
BROKEN_sparc64= does not build: fails to link
@@ -35,12 +34,6 @@ USES= compiler:c++11-lang libtool pathfix pkgconfig ssl tar:xz
PORTDOCS= *
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base
-IGNORE= spdylay requires OpenSSL 1.0.1+
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|^Requires.private: zlib$$|Libs.private: -L${LIBDIR} -lz|' ${WRKSRC}/lib/libspdylay.pc.in
@@ -48,4 +41,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>