diff options
Diffstat (limited to 'www/lynx-current/Makefile')
-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 |