summaryrefslogtreecommitdiffstats
path: root/core/automake/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-02 08:59:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-02 08:59:52 +0000
commit836c7cf2da7750fea479b15712e20105c9d869fa (patch)
tree10f3479f0d32de8e2930880dd86a37232d1ecaac /core/automake/APKBUILD
parent94a0ec16341bdf9187b1eee2933107e45e58f818 (diff)
core/automake: add perl to depends
Thanks to Carlo Landmeter for catching this.
Diffstat (limited to 'core/automake/APKBUILD')
-rw-r--r--core/automake/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/automake/APKBUILD b/core/automake/APKBUILD
index 5ac06c46d0d..3c7dca7cc2f 100644
--- a/core/automake/APKBUILD
+++ b/core/automake/APKBUILD
@@ -1,12 +1,14 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=automake
pkgver=1.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="A GNU tool for automatically creating Makefiles"
arch=i486
license=GPL
url="http://www.gnu.org/software/automake"
source=ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
-makedepends="autoconf perl"
+depends="perl"
+makedepends="autoconf"
subpackages="$pkgname-doc"
build() {