diff options
-rw-r--r-- | testing/pptpclient/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pptpclient/APKBUILD b/testing/pptpclient/APKBUILD index a5077f6ba..acdc734ab 100644 --- a/testing/pptpclient/APKBUILD +++ b/testing/pptpclient/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, url="http://pptpclient.sourceforge.net/" license="GPL" depends="ppp iproute2" -makedepends= +makedepends="perl" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/sourceforge/$pkgname/pptp-$pkgver.tar.gz pptpclient-uclibc.patch" |