diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-06 06:28:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-06 06:28:23 +0000 |
commit | 20a274b03b83ce579739a5fbc806477e3e3359b3 (patch) | |
tree | a4e95afdd45080ff49ae235ab921d3f57569eae8 /extra | |
parent | a1688640cc097b17059842c8c7f93c04a14b8633 (diff) | |
download | aports-20a274b03b83ce579739a5fbc806477e3e3359b3.tar.bz2 aports-20a274b03b83ce579739a5fbc806477e3e3359b3.tar.xz |
extra/php-fileinfo: added autoconf to makedepends
Diffstat (limited to 'extra')
-rw-r--r-- | extra/php-fileinfo/APKBUILD | 2 |
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" |