network/filezilla: Fixed dep information

This commit is contained in:
ponce 2012-08-24 17:18:06 +02:00
parent e79bbff3fd
commit 8adc7a2e3c
2 changed files with 1 additions and 3 deletions

View file

@ -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.

View file

@ -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"