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/pptpd | |
parent | 9d06ffe9c62e8ee3af28997e28c7c95b09aa78df (diff) |
use new PKG_KDEPENDS variable
Diffstat (limited to 'package/pptpd')
-rw-r--r-- | package/pptpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index 5944343bd..221359948 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -10,11 +10,9 @@ PKG_HASH:= c23a9bdd219a0a36ae7ca20e7c9749f2efdcdbf108aabeeeb5066ba442ec88b6 PKG_DESCR:= point-to-point tunneling protocol server PKG_SECTION:= net/ppp PKG_DEPENDS:= ppp +PKG_KDEPENDS:= ppp ppp-mppe net-ipgre PKG_URL:= http://www.poptop.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=poptop/} -PKG_CFLINE_PPTPD:= select ADK_KERNEL_NET_IPGRE m@ -PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP m@ -PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP_MPPE m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |