svn commit: r462136 - head/net/libsrtp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 12:00:30 UTC 2018
Author: sunpoet
Date: Sat Feb 17 12:00:28 2018
New Revision: 462136
URL: https://svnweb.freebsd.org/changeset/ports/462136
Log:
Use BROKEN_SSL
Approved by: portmgr (blanket)
Modified:
head/net/libsrtp/Makefile
Modified: head/net/libsrtp/Makefile
==============================================================================
--- head/net/libsrtp/Makefile Sat Feb 17 12:00:23 2018 (r462135)
+++ head/net/libsrtp/Makefile Sat Feb 17 12:00:28 2018 (r462136)
@@ -12,6 +12,8 @@ COMMENT= Secure RTP (SRTP) Reference Implementation
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_SSL= openssl-devel
+
USE_GITHUB= yes
GH_ACCOUNT= cisco
@@ -32,10 +34,4 @@ CONFIGURE_ARGS+=--disable-debug
post-patch:
@${REINPLACE_CMD} '/pkg-config.*openssl/d' ${WRKSRC}/configure
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list