aboutsummaryrefslogtreecommitdiff
path: root/security/libssh2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
commit703ff6d36176652e995eaf56e44c8637531c23a3 (patch)
tree81e5478fa11645e21ab75a8faa039b5e6d1918c5 /security/libssh2
parent86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff)
downloadports-703ff6d36176652e995eaf56e44c8637531c23a3.tar.gz
ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=427389
Diffstat (limited to 'security/libssh2')
-rw-r--r--security/libssh2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile
index 71bc43af4a8b..54c4fc6c7b7c 100644
--- a/security/libssh2/Makefile
+++ b/security/libssh2/Makefile
@@ -36,6 +36,10 @@ ZLIB_CONFIGURE_WITH= libz
.include <bsd.port.pre.mk>
+.if empty(PORT_OPTIONS:MGCRYPT) && ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN= Does not build with openssl-devel
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/Libs:/s/@LDFLAGS@//' -e '/Libs:/s/@LIBS@//' \
${WRKSRC}/libssh2.pc.in