diff options
author | tobik <tobik@FreeBSD.org> | 2018-12-13 12:52:38 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-12-13 12:52:38 +0800 |
commit | 499168d2fcda8b72d33051330e940da3d92e8514 (patch) | |
tree | 57c87d07548b697b86911bbe09ae57cd5acc9d4e /net | |
parent | 6248e9e453cf81ad934627b00434228bf4de8b25 (diff) | |
download | freebsd-ports-gnome-499168d2fcda8b72d33051330e940da3d92e8514.tar.gz freebsd-ports-gnome-499168d2fcda8b72d33051330e940da3d92e8514.tar.zst freebsd-ports-gnome-499168d2fcda8b72d33051330e940da3d92e8514.zip |
net/libsrtp builds fine with OpenSSL 1.1.1 after r472170
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/libsrtp-1.6.0_1.log
Diffstat (limited to 'net')
-rw-r--r-- | net/libsrtp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/libsrtp/Makefile b/net/libsrtp/Makefile index 8188d71ebecb..a2a7d69b7439 100644 --- a/net/libsrtp/Makefile +++ b/net/libsrtp/Makefile @@ -13,8 +13,6 @@ COMMENT= Secure RTP (SRTP) Reference Implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_SSL= openssl111 - PORTSCOUT= limit:^1\. USE_GITHUB= yes |