diff options
Diffstat (limited to 'ftp/filezilla/Makefile')
-rw-r--r-- | ftp/filezilla/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 2e28ca9ca406..e8db386af5ca 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= filezilla -PORTVERSION= 3.3.0.1 +PORTVERSION= 3.3.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -14,6 +14,8 @@ DISTNAME= FileZilla_${PORTVERSION}_src MAINTAINER= jsa@wickedmachine.net 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= gnutls.40:${PORTSDIR}/security/gnutls \ idn.16:${PORTSDIR}/dns/libidn @@ -22,6 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_WX= 2.8 WX_CONF_ARGS= relative +WX_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |