diff options
-rw-r--r-- | network/filezilla/README | 2 | ||||
-rw-r--r-- | network/filezilla/filezilla.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/network/filezilla/README b/network/filezilla/README index 7bd2c50357..961e99f226 100644 --- a/network/filezilla/README +++ b/network/filezilla/README @@ -2,8 +2,6 @@ FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. -This requires either wxGTK (2.8.12 or higher) or wxPython. - tinyxml is an optional dependency - to use an installed version of tinyxml, run the script as "TINYXML=yes ./filezilla.SlackBuild" - otherwise, the build will use an included copy of tinyxml. diff --git a/network/filezilla/filezilla.info b/network/filezilla/filezilla.info index 957d922a33..434a80fe02 100644 --- a/network/filezilla/filezilla.info +++ b/network/filezilla/filezilla.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.5.3_src.tar.bz2 MD5SUM="a1a2848db0c5c8f3321ebe4ee3842e31" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="tinyxml wxPython" +REQUIRES="wxPython" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackware-id.org" |