diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-22 06:08:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-22 06:09:23 +0000 |
commit | 2b1ef09196932fa57a6e68519913375797b94391 (patch) | |
tree | 97f2af89cb1943c5d3be40392cfd525327209349 /main/abuild | |
parent | 9ba2167cf769c08eafb0fa223878809998c473a8 (diff) | |
download | aports-2b1ef09196932fa57a6e68519913375797b94391.tar.bz2 aports-2b1ef09196932fa57a6e68519913375797b94391.tar.xz |
main/abuild: add pkgconf to depends
it is needed for managing the pkg-config dependencies
Diffstat (limited to 'main/abuild')
-rw-r--r-- | main/abuild/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index a8ee6dc471..ad6f0ddbba 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,13 +2,13 @@ pkgname=abuild pkgver=2.23.0 _ver=${pkgver%_git*} -pkgrel=0 +pkgrel=1 pkgdesc="Script to build Alpine Packages" url="http://git.alpinelinux.org/cgit/abuild/" arch="all" license="GPL2" depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils - attr tar" + attr tar pkgconf" if [ "$CBUILD" = "$CHOST" ]; then depends="$depends curl" fi |