diff options
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 583de8714d5d..8c18d8187875 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.7.2 +PORTVERSION= 4.7.3 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ @@ -19,7 +19,8 @@ COMMENT= Shell-like command line ftp client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libexpat.so:textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libidn.so:dns/libidn USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes @@ -41,7 +42,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPENSSL_CONFIGURE_WITH= openssl -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig |