From 520a4a4bc68b271eb3415f37842c08e943b22bbc Mon Sep 17 00:00:00 2001 From: MikeBuzz Date: Fri, 19 Oct 2012 12:49:50 +0200 Subject: [PATCH] Update packages/network/ppp/meta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo as reported by lissyx in irc --- packages/network/ppp/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/ppp/meta b/packages/network/ppp/meta index 6004430e39..ed97df8b58 100644 --- a/packages/network/ppp/meta +++ b/packages/network/ppp/meta @@ -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."