summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-12-31 14:02:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-12-31 14:02:57 +0000
commit5c91d160da4c1a8891c8c3968757c14c8df1f5cc (patch)
tree3bd0df40306df532772aa5c8edadb07ef23293cb
parente864119910827fecc4cd5a51d3987598e0f9526a (diff)
downloadaports-5c91d160da4c1a8891c8c3968757c14c8df1f5cc.tar.bz2
aports-5c91d160da4c1a8891c8c3968757c14c8df1f5cc.tar.xz
testing/pptpclient: build fix
we need perl for pod2man
-rw-r--r--testing/pptpclient/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pptpclient/APKBUILD b/testing/pptpclient/APKBUILD
index a5077f6b..acdc734a 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"