diff options
-rw-r--r-- | extra/lftp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lftp/APKBUILD b/extra/lftp/APKBUILD index ec65710608..239573c121 100644 --- a/extra/lftp/APKBUILD +++ b/extra/lftp/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=lftp pkgver=3.7.14 -pkgrel=0 +pkgrel=1 pkgdesc="LFTP is sophisticated ftp/http client" url="http://lftp.yar.ru/" license="GPL" -depends="uclibc ncurses libgcc openssl readline uclibc++" +depends= makedepends="openssl-dev uclibc++-dev readline-dev ncurses-dev gettext-dev" subpackages="$pkgname-doc" source="http://ftp.yars.free.net/pub/source/lftp/lftp-${pkgver}.tar.bz2" |