diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2011-04-18 17:41:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 10:45:33 +0200 |
commit | 6520531e3374531c8b4115e2e84cef63b2ceb34a (patch) | |
tree | 7b2b941d451576744bef16524f6c929c0769ce1b /package | |
parent | ce140f3b1b7c9081e205710dff13f5e43879cd4f (diff) |
ppp: depends on libpcap
Diffstat (limited to 'package')
-rw-r--r-- | package/ppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index bf50e6281..250089b4b 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,6 +10,7 @@ PKG_MD5SUM:= 4621bc56167b6953ec4071043fe0ec57 PKG_DESCR:= Point-to-Point Protocol software PKG_SECTION:= ppp PKG_DEPENDS:= kmod-ppp +PKG_BUILDDEP:= libpcap PKG_URL:= http://ppp.samba.org/ PKG_SITES:= ftp://ftp.samba.org/pub/ppp/ PKG_MULTI:= 1 |