git: b1b4e4610351 - main - ftp/curl: Add missing LIBUV_DESC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 04:25:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1b4e4610351fd7f5d77d7108b6ff33ef830412d commit b1b4e4610351fd7f5d77d7108b6ff33ef830412d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:13:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:22:26 +0000 ftp/curl: Add missing LIBUV_DESC --- ftp/curl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 8bacab43595b..b561bbd8245a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -65,6 +65,7 @@ LIBSSH_DESC= SCP/SFTP support via libssh (requires OPENSSL) LIBSSH_IMPLIES= OPENSSL LIBSSH2_DESC= SCP/SFTP support via libssh2 (requires OPENSSL) LIBSSH2_IMPLIES=OPENSSL +LIBUV_DESC= Event-based tests MQTT_DESC= MQTT support POP3_DESC= POP3/POP3S support PROXY_IMPLIES= HTTP