diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:37:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-03 20:38:12 +0100 |
commit | 68ef4fa6487213d2d03389045557fa5432c4c605 (patch) | |
tree | 963dc63af657e14ac9ac0c835e5d0f6d3f760e82 /package/ppp | |
parent | 9d06ffe9c62e8ee3af28997e28c7c95b09aa78df (diff) |
use new PKG_KDEPENDS variable
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index b236d4770..2bb8b784d 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,9 +10,9 @@ PKG_HASH:= 02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30 PKG_DESCR:= point-to-point protocol software PKG_SECTION:= net/ppp PKG_BUILDDEP:= libpcap +PKG_KDEPENDS:= ppp PKG_URL:= http://ppp.samba.org/ PKG_SITES:= https://ppp.samba.org/ftp/ppp/ -PKG_CFLINE_PPP:= select ADK_KERNEL_PPP m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |