Merge pull request #1359 from MikeBuzz/patch-1

Update packages/network/ppp/meta
This commit is contained in:
Stephan Raue 2012-10-23 07:22:22 -07:00
commit ed4343f909

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