diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-29 14:53:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-29 14:53:23 +0000 |
commit | 921597722013b1123b6775e8f314063132cca72a (patch) | |
tree | 3b60dfc298ce215e08fe82984e17fdbbdd5feacd /net/qt5-network | |
parent | 34063c028207afd0e6fde774216128e13210357e (diff) |
Notes
Diffstat (limited to 'net/qt5-network')
-rw-r--r-- | net/qt5-network/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile index ed79cf9e5703..8f3acf20d1e9 100644 --- a/net/qt5-network/Makefile +++ b/net/qt5-network/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt network module +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= error: member access into incomplete type 'X509' (aka 'x509_st') + RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= ssl |