diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-17 07:18:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-17 07:18:06 +0000 |
commit | b0151459f3b0e1abcfe5aadc242ec7888bf03897 (patch) | |
tree | 397cabbc2db99507ede93a156618c107a8df4e58 /testing/apache2-mod-perl | |
parent | 6bc9af5bc349af6ac43d255518c91aa1f5ed4384 (diff) | |
download | aports-b0151459f3b0e1abcfe5aadc242ec7888bf03897.tar.bz2 aports-b0151459f3b0e1abcfe5aadc242ec7888bf03897.tar.xz |
testing/apache2-mod-perl: fix depends for -dev
Diffstat (limited to 'testing/apache2-mod-perl')
-rw-r--r-- | testing/apache2-mod-perl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/apache2-mod-perl/APKBUILD b/testing/apache2-mod-perl/APKBUILD index 9159391081..1be93cfeb5 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" |