diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff /ftp/filezilla | |
parent | a2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff) | |
download | ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.tar.gz ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.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 52b9e167debc..c4e59b1efa4a 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= filezilla PORTVERSION= 3.3.5.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -18,7 +19,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ gnutls.40:${PORTSDIR}/security/gnutls \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ tinyxml.3:${PORTSDIR}/textproc/tinyxml LICENSE= GPLv2 |