Ticket #46686: wget.Portfile.diff
File wget.Portfile.diff, 899 bytes (added by eirnym (Eir Nym), 10 years ago) |
---|
-
opt/mports/trunk/dports/net/wget/Portfile
60 60 test.target check 61 61 } 62 62 63 variant ssl description {Build with SSL support using GnuTLS} {63 variant gnutls conflicts openssl description {Build with SSL support using GnuTLS} { 64 64 depends_lib-append port:gnutls 65 65 configure.args-delete --without-ssl 66 configure.args-append --with-ssl=gnutls 66 67 } 67 68 68 default_variants +ssl 69 variant openssl conflicts gnutls description {Build with SSL support using OpenSSL} { 70 configure.args-delete --without-ssl 71 configure.args-append --with-ssl=openssl 72 } 69 73 74 default_variants +gnutls 75 70 76 patchfiles patch-prefix.diff 71 77 72 78 post-patch {