diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-09 14:10:11 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-09 14:10:11 +0800 |
commit | e86c03de4a2020f216b50559d604102a1884d14c (patch) | |
tree | b3d1cfb63c85b89e10f09de4563baed3913a5e64 /security | |
parent | 6c93ce9f5269c20d614a3b8c2c2e2d136f0a74a3 (diff) | |
download | freebsd-ports-gnome-e86c03de4a2020f216b50559d604102a1884d14c.tar.gz freebsd-ports-gnome-e86c03de4a2020f216b50559d604102a1884d14c.tar.zst freebsd-ports-gnome-e86c03de4a2020f216b50559d604102a1884d14c.zip |
security/botan2 builds fine with OpenSSL 1.1.1
Drop bogus BROKEN_SSL which was never set correctly anyway.
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/botan2-2.8.0.log
Diffstat (limited to 'security')
-rw-r--r-- | security/botan2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 0d3b6bcd9dd5..231e4f5eeb37 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -41,7 +41,6 @@ SQLITE3_CONFIGURE_WITH= sqlite3 SSL_USES= ssl SSL_CONFIGURE_WITH= openssl -SSL_VARS= BROKEN_SSL= openssl111 .include <bsd.port.options.mk> |