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/pptp | |
parent | 9d06ffe9c62e8ee3af28997e28c7c95b09aa78df (diff) |
use new PKG_KDEPENDS variable
Diffstat (limited to 'package/pptp')
-rw-r--r-- | package/pptp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index f55b4d490..abe07d74e 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -10,9 +10,8 @@ PKG_HASH:= e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda PKG_DESCR:= point-to-point tunneling protocol client PKG_SECTION:= net/ppp PKG_DEPENDS:= ppp +PKG_KDEPENDS:= ppp net-ipgre PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pptpclient/} -PKG_CFLINE_PPTP:= select ADK_KERNEL_NET_IPGRE m@ -PKG_CFLINE_PPTP+= select ADK_KERNEL_PPP m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |