summaryrefslogtreecommitdiffstats
path: root/testing/apache2-mod-perl
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-07-17 07:18:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-17 07:18:06 +0000
commitb0151459f3b0e1abcfe5aadc242ec7888bf03897 (patch)
tree397cabbc2db99507ede93a156618c107a8df4e58 /testing/apache2-mod-perl
parent6bc9af5bc349af6ac43d255518c91aa1f5ed4384 (diff)
testing/apache2-mod-perl: fix depends for -dev
Diffstat (limited to 'testing/apache2-mod-perl')
-rw-r--r--testing/apache2-mod-perl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD
index 9159391081a..1be93cfeb58 100644
--- a/testing/apache2-mod-perl/APKBUILD
+++ b/testing/apache2-mod-perl/APKBUILD
@@ -4,13 +4,13 @@ pkgname=apache2-mod-perl
_realname=mod_perl
pkgver=2.0.9
_pkgver=${pkgver/_rc1/-rc1}
-pkgrel=0
+pkgrel=1
pkgdesc="Perl Module for Apache2"
url="http://perl.apache.org/"
arch="all"
license="ASL 2.0"
depends="apache2 perl"
-depends_dev=""
+depends_dev="$pkgname"
makedepends="$depends_dev apache2-dev perl-dev perl-linux-pid apr-dev apr-util-dev"
install="$pkgname.post-install"
subpackages="$pkgname-doc $pkgname-dev"