diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-31 14:02:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-31 14:02:57 +0000 |
commit | 5c91d160da4c1a8891c8c3968757c14c8df1f5cc (patch) | |
tree | 3bd0df40306df532772aa5c8edadb07ef23293cb /testing/pptpclient | |
parent | e864119910827fecc4cd5a51d3987598e0f9526a (diff) | |
download | aports-5c91d160da4c1a8891c8c3968757c14c8df1f5cc.tar.bz2 aports-5c91d160da4c1a8891c8c3968757c14c8df1f5cc.tar.xz |
testing/pptpclient: build fix
we need perl for pod2man
Diffstat (limited to 'testing/pptpclient')
-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 a5077f6ba0..acdc734ab7 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" |