diff options
| author | Terry Kennedy <terry-freebsd@glaver.org> | 2025-05-31 06:37:26 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-31 10:36:02 +0000 |
| commit | 2c4ef9fd3726962fa40a4140ff721b7eb529da4a (patch) | |
| tree | 53a4531e5d29dea18b9a50e9b304e0175f588cf3 | |
| parent | d35a7f955b64cd225604c6ef4b807a79d34c8fa7 (diff) | |
www/lynx-current: Switch to libidn2
Switch to libidn2 instead of using deprecated libidn(1)
PR: 286275
Approved by: maintainer timeout, 1+ month
| -rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 4dd9cc7790c4..a3091acacb5f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,5 +1,6 @@ PORTNAME= lynx PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://invisible-mirror.net/archives/lynx/tarballs/ \ https://invisible-island.net/archives/lynx/tarballs/ @@ -52,7 +53,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES_OFF= ssl IDN_CONFIGURE_ENABLE= idna -IDN_LIB_DEPENDS= libidn.so:dns/libidn +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext |
