Update packages/network/ppp/meta

typo as reported by lissyx in irc
This commit is contained in:
MikeBuzz 2012-10-19 12:49:50 +02:00
parent b91379cb52
commit 520a4a4bc6

View File

@ -26,7 +26,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://samba.org/"
PKG_URL="http://samba.org/ftp/ppp/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="libcap"
PKG_BUILD_DEPENDS="toolchain libcap"
PKG_BUILD_DEPENDS="toolchain libpcap"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="ppp: contains the pppd daemon and the chat program. This is used for connecting to other machines; often for connecting to the Internet via a dial-up or PPPoE connection to an ISP."