summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-06 06:28:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-06 06:28:23 +0000
commit20a274b03b83ce579739a5fbc806477e3e3359b3 (patch)
treea4e95afdd45080ff49ae235ab921d3f57569eae8
parenta1688640cc097b17059842c8c7f93c04a14b8633 (diff)
downloadaports-20a274b03b83ce579739a5fbc806477e3e3359b3.tar.bz2
aports-20a274b03b83ce579739a5fbc806477e3e3359b3.tar.xz
extra/php-fileinfo: added autoconf to makedepends
-rw-r--r--extra/php-fileinfo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/php-fileinfo/APKBUILD b/extra/php-fileinfo/APKBUILD
index 4c76963d..8e72f404 100644
--- a/extra/php-fileinfo/APKBUILD
+++ b/extra/php-fileinfo/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="This extension allows retrieval of information regarding vast majority
url="http://pecl.php.net/package/Fileinfo"
license="PHP"
depends="file php"
-makedepends="php-dev file-dev"
+makedepends="autoconf php-dev file-dev"
install=""
source="http://pecl.php.net/get/Fileinfo-$pkgver.tgz
magic.patch"