diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
commit | 207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch) | |
tree | a498091a932a1bb378d3a0a8f8dcc91f46a54771 /ftp/filezilla | |
parent | c96ae66b570729bd8c116293984c253bfe446655 (diff) | |
download | ports-207386f96a454f28a3f0a367069d0d4715b9e6e2.tar.gz ports-207386f96a454f28a3f0a367069d0d4715b9e6e2.zip |
Notes
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 4be1a406ca12..7a5e0b15b286 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= filezilla PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -17,7 +18,7 @@ COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ - gnutls.40:${PORTSDIR}/security/gnutls \ + gnutls.47:${PORTSDIR}/security/gnutls \ idn.17:${PORTSDIR}/dns/libidn \ tinyxml.3:${PORTSDIR}/textproc/tinyxml |