diff --git a/gnutls/Portfile b/gnutls/Portfile
a
|
b
|
|
6 | 6 | |
7 | 7 | name gnutls |
8 | 8 | version 3.4.15 |
9 | | revision 2 |
| 9 | revision 3 |
10 | 10 | set branch [join [lrange [split ${version} .] 0 1] .] |
11 | 11 | categories devel security |
12 | 12 | # yes, some of the libs are GPL only |
… |
… |
|
39 | 39 | port:libtasn1 \ |
40 | 40 | port:p11-kit \ |
41 | 41 | port:nettle \ |
42 | | path:share/curl/curl-ca-bundle.crt:curl-ca-bundle \ |
43 | 42 | port:zlib |
44 | 43 | |
45 | 44 | patchfiles patch-tests-pkcs11-pkcs11-mock.c.diff |
… |
… |
|
60 | 59 | --enable-openssl-compatibility \ |
61 | 60 | --with-p11-kit \ |
62 | 61 | --with-system-priority-file="${prefix}/etc/gnutls/default-priorities" \ |
63 | | --with-default-trust-store-file="${prefix}/share/curl/curl-ca-bundle.crt" \ |
| 62 | --with-default-trust-store-pkcs11=pkcs11: \ |
64 | 63 | ac_cv_prog_AWK=/usr/bin/awk |
65 | 64 | |
66 | 65 | variant dane description {Build libdane using unbound libraries} { |