diff options
Diffstat (limited to 'system/file')
-rw-r--r-- | system/file/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/file/APKBUILD b/system/file/APKBUILD index da9059a2b..b1c337355 100644 --- a/system/file/APKBUILD +++ b/system/file/APKBUILD @@ -9,7 +9,7 @@ url="http://www.darwinsys.com/file/" arch="all" license="BSD-2-Clause" depends="" -makedepends="autoconf automake" +makedepends="autoconf automake libtool" subpackages="$pkgname-dev $pkgname-doc libmagic" source="$pkgname-$pkgver.tar.gz::https://github.com/file/file/archive/FILE${pkgver%.*}_${pkgver#*.}.tar.gz" builddir="$srcdir/$pkgname-FILE${pkgver%.*}_${pkgver#*.}" |