diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 07:56:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 07:56:55 +0000 |
commit | dc93e81cd095b0506ebead1de16797a96fcbdb00 (patch) | |
tree | 50f630aa9cc0468ff95813ad5e1845b6b7238db5 | |
parent | 47ccffb4c0eb924b04584f5523224b8ffe77e91a (diff) | |
download | aports-dc93e81cd095b0506ebead1de16797a96fcbdb00.tar.bz2 aports-dc93e81cd095b0506ebead1de16797a96fcbdb00.tar.xz |
testing/aiccu: add iproute2 as runtime dependency
-rw-r--r-- | testing/aiccu/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/aiccu/APKBUILD b/testing/aiccu/APKBUILD index debb49b667..809456a84a 100644 --- a/testing/aiccu/APKBUILD +++ b/testing/aiccu/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=aiccu pkgver=20070115 -pkgrel=0 +pkgrel=1 pkgdesc="Automatic IPv6 Connectivity Client Utility" url="https://www.sixxs.net/" arch="all" license="SixXS" -depends= -makedepends="gnutls-dev iproute2" +depends="iproute2" +makedepends="gnutls-dev" source="https://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz musl_does_not_have_res_ninit.patch fix_linking.patch |