aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-www-curl
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:50:39 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-09-19 14:50:39 +0000
commit092e4a27f26d3f61aa6fccbbd2187b2a6d2cfdfc (patch)
tree3d2d137b953a8f5a3dba4d8cda0608c94b6af4f8 /testing/perl-www-curl
parentd9864e9354f9a4eb1b90456ad5c4ea7cc8631046 (diff)
downloadaports-092e4a27f26d3f61aa6fccbbd2187b2a6d2cfdfc.tar.bz2
aports-092e4a27f26d3f61aa6fccbbd2187b2a6d2cfdfc.tar.xz
testing/perl-www-curl: fix depends
Diffstat (limited to 'testing/perl-www-curl')
-rw-r--r--testing/perl-www-curl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-www-curl/APKBUILD b/testing/perl-www-curl/APKBUILD
index b4d755b0c9..7aef8ab570 100644
--- a/testing/perl-www-curl/APKBUILD
+++ b/testing/perl-www-curl/APKBUILD
@@ -4,7 +4,7 @@
pkgname=perl-www-curl
_pkgreal=WWW-Curl
pkgver=4.17
-pkgrel=0
+pkgrel=1
pkgdesc="Perl extension interface for libcurl"
url="http://search.cpan.org/dist/WWW-Curl/"
arch="all"
@@ -12,7 +12,7 @@ license="mit"
cpandepends=""
cpanmakedepends=" "
depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
+makedepends="perl-dev $cpanmakedepends curl-dev"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/$_pkgreal-$pkgver.tar.gz"