summaryrefslogtreecommitdiffstats
path: root/testing/augeas
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-14 11:10:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-14 11:11:30 +0000
commit93dd6f1ebc0e08ce90976c0ce67cffa37b591743 (patch)
treed9fbc25a6b4f680a7d196e81c5042e9d376d25ef /testing/augeas
parentd2ff64bc9d3627581614262bcccbd9d754b40e90 (diff)
downloadaports-93dd6f1ebc0e08ce90976c0ce67cffa37b591743.tar.bz2
aports-93dd6f1ebc0e08ce90976c0ce67cffa37b591743.tar.xz
testing/augeas: build fix
needs readline
Diffstat (limited to 'testing/augeas')
-rw-r--r--testing/augeas/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/augeas/APKBUILD b/testing/augeas/APKBUILD
index be060060f..522477b51 100644
--- a/testing/augeas/APKBUILD
+++ b/testing/augeas/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="a configuration editing tool"
url="http://augeas.net"
license="LGPL"
depends=
-makedepends=
+makedepends="readline-dev"
install=
subpackages="$pkgname-dev $pkgname-doc $pkgname-tests"
source="http://augeas.net/download/augeas-$pkgver.tar.gz"