diff options
author | tobik <tobik@FreeBSD.org> | 2018-12-13 03:45:19 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-12-13 03:45:19 +0800 |
commit | 53757c373a7f6fa4ea1db52c13b5c195eb3f5467 (patch) | |
tree | e128e3fedb2bfe87afb9689179521efa6c909105 /comms | |
parent | e0ff9bdb743e36b725cc50b0e9013eb01bc491b4 (diff) | |
download | freebsd-ports-gnome-53757c373a7f6fa4ea1db52c13b5c195eb3f5467.tar.gz freebsd-ports-gnome-53757c373a7f6fa4ea1db52c13b5c195eb3f5467.tar.zst freebsd-ports-gnome-53757c373a7f6fa4ea1db52c13b5c195eb3f5467.zip |
comms/trustedqsl builds fine with OpenSSL 1.1.1
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/trustedqsl-2.4_1.log
Diffstat (limited to 'comms')
-rw-r--r-- | comms/trustedqsl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 1562bc0c2c5a..9a12188a258b 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -16,9 +16,6 @@ LICENSE_NAME= American Radio Relay League, Inc. All rights reserved. LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st') - LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ liblmdb.so:databases/lmdb |